-
Notifications
You must be signed in to change notification settings - Fork 107
1. Quickstart
Gianni C edited this page Jul 3, 2023
·
2 revisions
Please read the full documentation here: https://docs.kubero.dev
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.
-
Download and unpack the Kubero CLI binary for your operating system
-
Run the kubero install command and follow the instructions
kubero install
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)