Kubernetes Core Concepts - Services
What is a Kubernetes Service?
Kubernetes Service is a REST object in the API that we define in a manifest file and post to the API server.
It is a very crucial component in Kubernetes. It lets you expose an application running in Pods to be reachabl...
blog.learncodeonline.in9 min read
navneet garg
Nicely explained and pretty much covered all core concepts. Thanks for sharing