What is service
Service is a Kubernetes resource created to accomplish specific functionalities, exposing interfaces that can be used to access the interfaces at different levels within cluster or outside cluster. Service helps in managing controlling traffics to different pods within the cluster
Different types of services:
- Cluster Service
- Nodeport Service
- Load balancer
Top comments (0)