Skip to content

1. Quickstart

Gianni C edited this page Jul 3, 2023 · 2 revisions
Warning

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.

Kubero installer

  1. Download and unpack the Kubero CLI binary for your operating system

  2. 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)
Clone this wiki locally