Difference between revisions of "NGINX Ingress Controller"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
  
 
  git clone https://github.com/nginxinc/kubernetes-ingress.git
 
  git clone https://github.com/nginxinc/kubernetes-ingress.git
 +
cd kubernetes-ingress/deployments/
 +
kubectl apply -f common/ns-and-sa.yaml
 +
kubectl apply -f common/default-server-secret.yaml
 +
kubectl apply -f common/ingress-class.yaml  # https://docs.nginx.com/nginx-ingress-controller/installation/installation-with-manifests/#create-common-resources
 +
kubectl apply -f common/crds/
 +
kubectl apply -f ../../contrib/helm/aws/aws-ingress-nginx-config.yaml
 +
kubectl apply -f rbac/rbac.yaml
 +
kubectl apply -f deployment/nginx-ingress.yaml
 +
kubectl apply -f service/loadbalancer-aws-elb.yaml
 +
  
  

Revision as of 18:41, 29 June 2022

https://github.com/nginxinc/kubernetes-ingress


  • helm install --name ingress-nginx ingress-nginx/ingress-nginx
git clone https://github.com/nginxinc/kubernetes-ingress.git
cd kubernetes-ingress/deployments/
kubectl apply -f common/ns-and-sa.yaml
kubectl apply -f common/default-server-secret.yaml
kubectl apply -f common/ingress-class.yaml   # https://docs.nginx.com/nginx-ingress-controller/installation/installation-with-manifests/#create-common-resources
kubectl apply -f common/crds/
kubectl apply -f ../../contrib/helm/aws/aws-ingress-nginx-config.yaml
kubectl apply -f rbac/rbac.yaml
kubectl apply -f deployment/nginx-ingress.yaml
kubectl apply -f service/loadbalancer-aws-elb.yaml



See also

Advertising: