Kubernetes Ingress
The Kubernetes Ingress API manages external HTTP and HTTPS access to services within a cluster, providing load balancing, SSL termination, and name-based virtual hosting. Traffic routing is controlled by rules defined on the Ingress resource and fulfilled by an Ingress controller.
Documentation
Specifications
Other Resources
OpenAPI
#HTTP
#Kubernetes
#Load Balancing
#Networking