Services Flashcards
1
Q
What is a service in Kubernetes?
A
Services is a virtual component that resides in memory which helps the pods to communicate with each other. Each service also get an IP assigned to it.
2
Q
What service do in kubernetes?
A
Service exposes the pod throughout the cluster so that other pode can communicate the exposed pode via its name. Eg A db server with the pod name “db-wp” can be assessed with the name “db-wp” from any other pod.