Kubernetes Networking
Kubernetes Services
Why do we need services?
Pods are ephemeral meaning they can be seamlessly destroyed and replaced if using a Deployment. Or they can be scaled at some point when using Horizontal Pod Autoscaling (HPA).
This means we can’t rely on ...
nishantsharma.hashnode.dev7 min read