InterviewSolution
Saved Bookmarks
| 1. |
What is a headless service Kubernetes? |
|
Answer» A HEADLESS service in Kubernetes is one having a service IP returning the IPs of associated pods instead of PERFORMING load-balancing. This ALLOWS us to interact directly with pods instead of a PROXY. |
|