Helping you understand Kubernetes Services the way I did
At the base level, we know that applications run on Pods. Each Pod has its own IP address. A Pod could go down if it is updated, fails due to insufficient resources or node failures, or is manually deleted. Each time it comes back up through its Repl...
trinayakantevari.hashnode.dev5 min read