Difference between revisions of "Installing Kubernetes NGINX Ingress controller using manifests"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
 
  kubectl apply -f common/ingress-class.yaml
 
  kubectl apply -f common/ingress-class.yaml
 
  ingressclass.networking.k8s.io/nginx created
 
  ingressclass.networking.k8s.io/nginx created
 +
 +
kubectl apply -f common/[[crds]]/
  
 
== Related ==
 
== Related ==

Revision as of 18:51, 29 June 2022

kubectl apply -f common/ns-and-sa.yaml
namespace/nginx-ingress created
serviceaccount/nginx-ingress created
 kubectl apply -f common/default-server-secret.yaml
secret/default-server-secret created
kubectl apply -f common/ingress-class.yaml
ingressclass.networking.k8s.io/nginx created
kubectl apply -f common/crds/

Related

See also

Advertising: