Kubernetes Ingress Explained in 5 minutes | Kubernetes Tutorials for Beginners

preview_player
Показать описание
Kubernetes Ingress exposes HTTP and HTTPS routes from outside the cluster to services within the cluster. Traffic routing is controlled by rules defined on the Ingress resource.

An Ingress may be configured to give Services externally-reachable URLs, load balance traffic, terminate SSL / TLS, and offer name-based virtual hosting. An Ingress controller is responsible for fulfilling the Ingress, usually with a load balancer, though it may also configure your edge router or additional frontends to help handle the traffic.

An Ingress does not expose arbitrary ports or protocols. Exposing services other than HTTP and HTTPS to the internet typically uses a service of type Service.Type=NodePort or Service.Type=LoadBalancer.

EKS Bootcamp Course Reviews on UDEMY -

BOOK A SESSION WITH MENTOR @amazon @google @microsoft -

#kubernetes #ingress #k8sservicetypes
Рекомендации по теме