Load Balancing with Kubernetes: concepts, use cases, and implementation details
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.