This chart deploys the Utho Operator on an Utho Kubernetes Cluster using the Helm package manager. The Utho Operator is a Kubernetes operator that manages the lifecycle of Utho Application CRs in your cluster.
Note: This won’t be able to function properly on any standard Kubernetes cluster, you need to have an Utho Kubernetes Cluster.
To install the chart with the release name utho-app-operator:
Add the Utho Operator Repository to your Helm repositories:
$ helm repo add utho-operator https://uthoplatforms.github.io/utho-app-operator-helm/
helm repo update
Install the Utho Operator Chart:
helm install <release_name> utho-operator/utho-app-operator-chart --set API_KEY=<YOUR_API_KEY> -n <namespace> --create-namespace
The command deploys the Utho Operator on the Kubernetes cluster in the default configuration.
To customise the chart, you can download the chart and edit the values.yaml file. You can also pass the values as arguments to the helm install command.
$ helm pull utho-operator/utho-app-operator-chart
Note: You can find the values file at the root of the repo directory.
The Utho Operator Helm Chart creates the utho-operator and installs the following resources in that namespace: