System Requirements - Private Cloud(3.0)
Prerequisites
The following must be installed locally before you can install :
Application | Download from | Comments |
---|---|---|
Helm | Mandatory, the version depends on the Kubernetes instance version on which the product is deployed. | |
Cert-manager 1.1.0 or later | Recommended Hint!If you do not want to use cert-manager, there is an option to do the Helm install with the parameter mzOperator.webhook.tls.cert.delegate=internal . Search for documented helm values to understand the implications of this. | |
kubectl | Mandatory, for all administrative tasks with the cluster | |
aws cli | https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html | Mandatory, for creating Kubernetes pull secret |
Network File System - NFS | Optional, if Persistent Volumes are required |
Kubernetes Cluster Requirements | Comments |
---|---|
Kubernetes | Mandatory, for valid versions, 1.22 - 1.25 |
Network plug-ins - Tested with Calico | https://docs.projectcalico.org/getting-started/kubernetes/self-managed-onprem/onpremises |
Firewall | Rules for accessing the pods externally |
Horizontal Pod Autoscaler | A metrics server is required when it comes to scaling. If you are planning to use the Horizontal Pod Autoscaler with custom metrics scaling, you will need to set up a Prometheus Adapter (see Setting up Prometheus). For smaller and less complicated scaling such as using CPU based scaling, you can utilize a smaller metrics server such as: https://github.com/kubernetes-sigs/metrics-server. |
Â