Difference between revisions of "Kubernetes: Ingress controllers"

From wikieduonline
Jump to navigation Jump to search
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
Ingress controllers provides an [[API object]] (<code>[[kind: Ingress]]</code>) that manages external access to the services in a cluster, typically HTTP. Ingress can provide:
+
Ingress controllers provide an [[API object]] (<code>[[kind: Ingress]]</code>) that manages external access to the services in a cluster, typically HTTP/HTTPS. Ingress is frozen and new features are being added to the [[Gateway API]].
 +
 
 +
Ingress can provide:
 
* [[Load balancing]]
 
* [[Load balancing]]
 
* [[SSL termination]] (<code>[[tls:]]</code>)
 
* [[SSL termination]] (<code>[[tls:]]</code>)
Line 11: Line 13:
  
 
== Commands ==
 
== Commands ==
 +
* <code>[[kubectl get ingress -A]]</code>
 
* <code>[[kubectl create ingress]]</code>
 
* <code>[[kubectl create ingress]]</code>
 +
* <code>[[kubectl describe ingress]]</code>
 
* <code>[[minikube addons enable ingress]]</code>
 
* <code>[[minikube addons enable ingress]]</code>
 +
* <code>[[kubectl get ingressclass]]</code>
  
 
== Available [[Ingress controller]]s ==
 
== Available [[Ingress controller]]s ==
Line 31: Line 36:
  
 
== Related terms ==
 
== Related terms ==
* <code>[[kubectl get ingress]]</code>
+
* <code>[[Kong Ingress Controller]]</code>: <code>[[kubectl edit]] ingresses.extensions kong-proxy</code>
* <code>[[kubectl describe ingress]]</code>
+
* [[Envoy Proxy]]
* <code>[[kubectl apply -f ingress.yaml]]</code>
 
* <code>[[minikube addons enable ingress]]</code>
 
* <code>[[Kong]]</code>: <code>[[kubectl edit]] ingresses.extensions kong-proxy</code>
 
 
* [[Egress]]
 
* [[Egress]]
 
* [[Istio]] [[service mesh]]
 
* [[Istio]] [[service mesh]]
 
* <code>[[kubectl api-resources]]</code>
 
* <code>[[kubectl api-resources]]</code>
 
* [[Kubernetes controllers]]
 
* [[Kubernetes controllers]]
* <code>[[annotations:]]</code>
 
 
* [[CKA 1.23]]: [[Know how to use Ingress controllers and Ingress resources]]
 
* [[CKA 1.23]]: [[Know how to use Ingress controllers and Ingress resources]]
* [[Envoy Proxy]]
 
 
* [[Kubernetes Gateway API]]
 
* [[Kubernetes Gateway API]]
 
* <code>[[minikube start]]: E1028 18:30:39.469884    3524 cache.go:203] Error downloading kic artifacts:  not yet implemented, see issue #8426</code>
 
* <code>[[minikube start]]: E1028 18:30:39.469884    3524 cache.go:203] Error downloading kic artifacts:  not yet implemented, see issue #8426</code>
 
* <code>[[ingresses.networking.k8s.io]]</code>
 
* <code>[[ingresses.networking.k8s.io]]</code>
 +
* [[IngressShim]]
  
 
== Activities ==
 
== Activities ==
Line 54: Line 55:
 
* [[Understand difference between Ingress vs Load Balancer]]
 
* [[Understand difference between Ingress vs Load Balancer]]
 
* CKA [[Understand ClusterIP, NodePort, LoadBalancer service types and endpoints]]
 
* CKA [[Understand ClusterIP, NodePort, LoadBalancer service types and endpoints]]
 +
* [[kubectl describe ingress]] | grep Address
  
 
== See also ==
 
== See also ==

Latest revision as of 06:39, 23 July 2024

Ingress controllers provide an API object (kind: Ingress) that manages external access to the services in a cluster, typically HTTP/HTTPS. Ingress is frozen and new features are being added to the Gateway API.

Ingress can provide:

Links:

Commands[edit]

Available Ingress controllers[edit]

Changes[edit]

Helm[edit]

Related terms[edit]

Activities[edit]

See also[edit]

Advertising: