July 2024
Beginner to intermediate
330 pages
6h 48m
English
Ingress is all about accessing multiple web applications through a single LoadBalancer Service.
You’ll need a working knowledge of Kubernetes Services before reading this chapter. If you don’t already have this, consider going back and reading the previous chapter first.
This chapter is divided as follows:
We’ll capitalize Ingress as it’s a resource in the Kubernetes API. We’ll also be using the terms LoadBalancer and load balancer as follows:
type=LoadBalancer
As an example, when you create a Kubernetes LoadBalancer Service, ...
Read now
Unlock full access