You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The easiest way to install Kubero is to use the Kubero CLI. It will install all required components and configure everything for you. It is also possible to install every component separately.
Currently the CLI has integrations the following Kubernetes providers:
scaleway
linode
gke
digitalocean
kind (local)
But it is possible to install Kubero on every Kubernetes cluster grater than 1.19.
Kubero installer
Download and unpack the Kubero CLI binary for your operating system
Run the kubero install command and follow the instructions
kubero install
Install/upgrade a single component
It is possible to install every component separately. with the "-c" flag. This is useful if you want to upgrade a single component.
kubero install -c kubero-operator
List of all available components:
kubernetes
olm
ingress
metrics
certmanager
kubero-operator
kubero-ui
all (default, runs all components in the best order)