Kubernetes Networking
Kubernetes Services
A Kubernetes service is a logical abstraction for a deployed group of pods in a cluster (which all perform the same function). Services enable communication between various components within an application and make it easy to expo...
shreya-gupta.hashnode.dev5 min read