Skip to content
Kubees

Install

How to install Kubees ?

We use Helm to deploy Kubees. Kubees can run on a single cluster or in a multi-cluster architecture.

Prerequisites

  • An internet access
  • Kubernetes >= 1.15
  • Helm >= 3.0

Root cluster

  • Default storage class configured
  • Ingress controller configured

Resources :

  • 1 vCPU
  • 2 Go RAM
  • 20 Go Persistant volumes

Leaf clusters

Resources :

  • 0.2 vCPU
  • 0.5 Go RAM

Install with Helm

Add the Kubees repo

As the Helm repository is private, you will need to register it on your deployment host using a set of credentials that will be communicated by us before installation.

helm repo add kubees https://charts.kubees.io/ --username your-username --password your-password

Install Kubees

helm install kubees kubees/kubees

Configure Kubees

To configure values of the Helm chart, please follow this guide.