Difference between revisions of "Installing Kubernetes NGINX Ingress controller using manifests"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
== See also == | == See also == | ||
* {{Ingress}} | * {{Ingress}} | ||
+ | |||
+ | [[Category:K8s]] |
Revision as of 18:50, 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
Related
See also
- Ingress controllers, NGINX Ingress Controller,
minikube addons enable ingress
,kubectl get ingress, kubectl get ingressclass, kubectl describe ingress
,Ingress:
, Ingress API, AWS Load Balancer Controller, Envoy Proxy, GKE Ingress, Kubernetes Gateway API,ingress.k8s.aws, ingresses.networking.k8s.io
,kind: Ingress
: (tls:, hosts:
),SuccessfullyReconciled
Advertising: