Load Balancing with Kubernetes: Intro (Part 1/11)
When it comes to containerizing user applications and deploying them on Kubernetes, it really comes down to 2 major parts - deploying the application and exposing it for access internally or externally. And as your application gets bigger, providing it with Load Balanced access becomes essential.