An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Kube-api

[![Build Status](https://travis-ci.org/containerum/kube-api.svg?branch=develop)](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.