Nick Ramirez Nick Ramirez | Aug 22, 2022 | BASICS, LOAD BALANCING / ROUTING
If you host dozens of web services that reside at various subdomains, TCP ports, and paths, then migrating them to live under a single address could simplify how clients access them and make your job of managing access easier. It would mean moving from a hodgepodge of...
Senad Caus Senad Caus | Aug 20, 2021 | KUBERNETES, LOAD BALANCING / ROUTING, TECH, WEBINARS
If you prefer to watch the French version of this webinar, register here. Traditionally, connecting clients to services in Kubernetes has required multiple layers of proxies. For example, an external load balancer will route traffic to your nodes. Then, kube-proxy...