Kubernetes Ingress: HTTP(S) Load Balancing and TLS Security
1. Introduction to Ingress in Microservice Architecture
In a microservice architecture, we can have multiple internal services that can be deployed and managed separately. These services can be added using open - source tooling or by bringing together different components of an application written in different languages.
Previously, we used Services of type LoadBalancer to create external IPs. This gives a layer - 4 (L4) load balancer that balances requests at the network layer and works with various protocols like TCP, UDP, SCTP. When exposing an HTTP service via a load balancer, we need to handle TLS termination ourselves and all traffic to the endpoint is routed to one set of Pods based on
超级会员免费看
订阅专栏 解锁全文
807

被折叠的 条评论
为什么被折叠?



