https://github.com/containerum/kube
Service for communication between Containerum and Kubernetes
https://github.com/containerum/kube
api-rest api-server kubernetes platform
Last synced: about 1 year ago
JSON representation
Service for communication between Containerum and Kubernetes
- Host: GitHub
- URL: https://github.com/containerum/kube
- Owner: containerum
- License: apache-2.0
- Created: 2018-04-24T17:53:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T10:37:18.000Z (over 7 years ago)
- Last Synced: 2025-03-23T20:36:50.969Z (about 1 year ago)
- Topics: api-rest, api-server, kubernetes, platform
- Language: Go
- Homepage:
- Size: 39.5 MB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kube-api
[](https://travis-ci.org/containerum/kube-api)
Kube-api is a set of API for communication between [Containerum](https://github.com/containerum/containerum) components and Kubernetes.
## Prerequisites
* Kubernetes
## Installation
### Using Helm
```
helm repo add containerum https://charts.containerum.io
helm repo update
helm install containerum/kube
```
## Contributions
Please submit all contributions concerning Kube-api component to this repository. Contributing guidelines are available [here](https://github.com/containerum/containerum/blob/master/CONTRIBUTING.md).
## License
Kube-api project is licensed under the terms of the Apache License Version 2.0. Please see LICENSE in this repository for more details.