Skip to content
Snippets Groups Projects
Commit 8323ffd1 authored by Łukasz Łopatowski's avatar Łukasz Łopatowski
Browse files

Some additional improvement to the README file

parent 0bad18f8
Branches
Tags
No related merge requests found
...@@ -21,27 +21,13 @@ ...@@ -21,27 +21,13 @@
[NMaaS Janitor](https://github.com/nmaas-platform/nmaas-janitor) is a microservice that interacts with GitLab and Kubernetes API to perform various low level operations on behalf of the NMaaS Platform [NMaaS Janitor](https://github.com/nmaas-platform/nmaas-janitor) is a microservice that interacts with GitLab and Kubernetes API to perform various low level operations on behalf of the NMaaS Platform
### Technologies
* [Go](https://go.dev/)
* [Protobuf](https://protobuf.dev/)
* [gRPC](https://grpc.io/)
* [kubernetes/client-go](https://github.com/kubernetes/client-go)
* [go-gitlab](https://pkg.go.dev/github.com/xanzy/go-gitlab)
### Features ### Features
* Creating deployment ConfigMap(s) when configuration is pushed to GitLab repository - Creating deployment ConfigMap(s) when configuration is pushed to GitLab repository
* Updating deployment ConfigMap(s) on demand - Updating deployment ConfigMap(s) on demand
* Verifying deployment or statefulset status on demand - Verifying deployment or statefulset status on demand
* Setting basic auth parameters on Ingress resources on demand - Setting basic auth parameters on Ingress resources on demand
* Retrieving loadbalancer IP address assigned to given deployment or statefulset - Retrieving loadbalancer IP address assigned to given deployment or statefulset
### Deploying
The provided Dockerfile comprises a two-stage Docker image build.
You don't have to compile protoc yourself, nor configure local golang environment. Just run `docker build`, and image will do all the work for you.
### Get in Touch ### Get in Touch
......
# NMaaS Janitor
### Technologies
* [Go](https://go.dev/)
* [Protobuf](https://protobuf.dev/)
* [gRPC](https://grpc.io/)
* [kubernetes/client-go](https://github.com/kubernetes/client-go)
* [go-gitlab](https://pkg.go.dev/github.com/xanzy/go-gitlab)
### Deploying
The provided Dockerfile comprises a two-stage Docker image build.
You don't have to compile protoc yourself, nor configure local golang environment. Just run `docker build`, and image will do all the work for you.
\ No newline at end of file
docs/nmaas-logo-blue.png

5.15 KiB

docs/nmaas-logo-white.png

5.88 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment