Install tips
Set
"release_name"with your own custom value, usually the environment name.Set
namespaceto an existing namespace in Kubernetes cluster, if not especified it will be deployed in the default namespace. To create a namespace usekubectlkubectl create namespace nginx-ingressnginx-deployment.yamlshould contain your environment customizations (LB, TLS and other settings), you can use these links as guidelines:For example, if your cluster is RBAC enabled (e.g., Azure AD or AWS IAM), then set
rbac create: trueCheck these FAQs about new
IngressClassobject andnetworking.k8s.io/v1betaand older Ingress object API deprecation coming in Kubernetesv1.22:
Last updated