https://github.com/containerum/resource
Service for managing Kubernetes objects in Containerum
https://github.com/containerum/resource
api-rest kubernetes kubernetes-resources platform resource-management
Last synced: about 1 year ago
JSON representation
Service for managing Kubernetes objects in Containerum
- Host: GitHub
- URL: https://github.com/containerum/resource
- Owner: containerum
- License: apache-2.0
- Created: 2018-05-25T15:55:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T08:32:31.000Z (over 7 years ago)
- Last Synced: 2025-03-23T20:36:54.171Z (about 1 year ago)
- Topics: api-rest, kubernetes, kubernetes-resources, platform, resource-management
- Language: Go
- Homepage:
- Size: 28.3 MB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resource
Resource is a service that manages Kubernetes namespace objects (deployments, ingresses, etc.) in [Containerum](https://github.com/containerum/containerum).
## Prerequisites
* Kubernetes
## Installation
### Using Helm
```
helm repo add containerum https://charts.containerum.io
helm repo update
helm install containerum/resource
```
## Contributions
Please submit all contributions concerning Resource component to this repository. Contributing guidelines are available [here](https://github.com/containerum/containerum/blob/master/CONTRIBUTING.md).
## License
Resource project is licensed under the terms of the Apache License Version 2.0. Please see LICENSE in this repository for more details.