Skip to content
gqlxj1987's Blog
Go back

Kubernetes Ingress 101

Edit page

原文链接

Kubernetes ingress is a collection of routing rules that govern how external users access services running in a Kubernetes cluster.

Ingress in Kubernetes

nodePort与service部分绑定,无关node部分,

This external load balancer is associated with a specific IP address and routes external traffic to a Kubernetes service in your cluster.

Typically, though, your Kubernetes services will impose additional requirements on your ingress. Examples of this include:

用ingress,扩展来说,可以说是service mesh?应该是可以实现每一个部分?通过ingress controller部分来实现

Different ingress controllers will have different functionality, just like API Gateways. Here are a few choices to consider:


Edit page
Share this post on:

Previous Post
Airbnb Architecture
Next Post
战战兢兢