Prepare the Kubernetes environment
The Yugabyte Platform Helm chart has been tested using the following software versions:
- Kubernetes 1.18 or later.
- Helm 3.4 or later.
- Ability to pull Yugabyte Platform Docker image from quay.io repository
Before installing the YugabyteDB Admin Console, verify you have the following:
- A Kubernetes cluster configured with Helm.
- A Kubernetes node with minimum 4 CPU core and 15 GB RAM can be allocated to Yugabyte Platform.
- A Kubernetes secret obtained from Yugabyte.
To confirm that helm
is configured correctly, run the following command:
$ helm version
The output should be similar to the following:
version.BuildInfo{Version:"v3.2.1", GitCommit:"fe51cd1e31e6a202cba7dead9552a6d418ded79a", GitTreeState:"clean", GoVersion:"go1.13.10"}