Difference between revisions of "Understand difference between Ingress vs Load Balancer"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 4: | Line 4: | ||
* <code>[[kubectl create service loadbalancer]]</code> | * <code>[[kubectl create service loadbalancer]]</code> | ||
* <code>[[kubectl create ingress]]</code> | * <code>[[kubectl create ingress]]</code> | ||
− | * [[CKA]] | + | * [[CKA: Understand ClusterIP, NodePort, LoadBalancer service types and endpoints]] |
== See also == | == See also == |
Revision as of 09:55, 31 March 2023
Related
kubectl create service loadbalancer
kubectl create ingress
- CKA: Understand ClusterIP, NodePort, LoadBalancer service types and endpoints
See also
kubectl create service [ loadbalancer | clusterip | nodeport | extername ]
- 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: