How To Deal With Kubernetes ClusterIP And NodePort?
Kubernetes have an object type called Service. Service is used to create a connection between nodes, and expose applications outside the cluster to the internet. Kubernetes provides IPs to the pod after creating it, but the problem arrives when the p...




