Skip to content
Snippets Groups Projects
Commit d522079a authored by veresistvan's avatar veresistvan
Browse files

change README.md

parent 8fb55702
No related branches found
No related tags found
No related merge requests found
# NMaaS Janitor (back-end) <div align="center">
<a href="https://docs.nmaas.eu/">
<img src="docs/nmaas-logo-blue.png" alt="Logo" width="206" height="48">
</a>
#### NMaaS Janitor is a microservice that interacts with GitLab and Kubernetes API to perform various low level operations on behalf of the NMaaS Platform <h3 align="center">NMaaS Janitor (back-end)</h3>
<h4 align="center">Open-source multi-tenant platform for effortless, orchestrated deployment of software tools and applications on top of Kubernetes</h4>
<p align="center">
<br />
<a href="https://docs.nmaas.eu/">Explore documentation</a>
·
<a href="https://github.com/nmaas-platform/nmaas-janitor/issues">Report Bug</a>
·
<a href="https://github.com/nmaas-platform/nmaas-janitor/issues">Request Feature</a>
</p>
</div>
## NNMaaS Janitor
[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 ### Technologies
* Go
* Protobuf * [Go](https://go.dev/)
* gRPC * [Protobuf](https://protobuf.dev/)
* kubernetes/client-go * [gRPC](https://grpc.io/)
* go-gitlab * [kubernetes/client-go](https://github.com/kubernetes/client-go)
* [go-gitlab](https://pkg.go.dev/github.com/xanzy/go-gitlab)
### Features ### Features
...@@ -20,5 +40,13 @@ ...@@ -20,5 +40,13 @@
### Deploying ### Deploying
The provided Dockerfile comprises a two-stage Docker image build. 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. 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
### Get in Touch
Interested users can use the following mailing lists to subscribe to news about NMaaS, get in touch with the NMaaS development team, or other NMaaS users:
- [nmaas-announce@lists.geant.org](mailto:nmaas-announce@lists.geant.org) - public mailing list for announcements shared by the NMaaS team with the community ([subscribe here](https://lists.geant.org/sympa/info/nmaas-announce))
- [nmaas@lists.geant.org](mailto:nmaas@lists.geant.org) - private mailing list for contacting the NMaaS core team members
- [nmaas-users@lists.geant.org](mailto:nmaas-users@lists.geant.org) - public mailing lists for discussions related to NMaaS usage and development ([subscribe here](https://lists.geant.org/sympa/info/nmaas-users))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment