Install ingress nginx controller

 


1. helm repo add stable https://charts.helm.sh/stable
2. kubectl create namespace ingress-nginx
3. helm install -n ingress-nginx ingress-controller \ --set rbac.create=true,\ controller.service.externalTrafficPolicy="Local",\ controller.service.nodePorts.http=30080,\ controller.replicaCount=3 \ stable/nginx-ingress

Comments

Popular posts from this blog

Fixing the DeepSpeed Import Error While Fine-Tuning the Qwen Model

Amazon Linux 2023 - User data configuration for launch templates to connect to the EKS cluster

How to create ISM policy and rotate logs in opensearch