Beginner's Guide to Services and Namespaces in Kubernetes
Services in Kubernetes
Used to access the Kubernetes Pods
Cluster-IP Service
It is used to the enable the communication between the pods within the cluster.
Node-Port Service
It is used to expose the pod to the internet.
Uses the port range : 3...
learning-kubernetes.hashnode.dev2 min read