Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in DevOps and Agile by (7k points)
Can you explain this ?
closed

1 Answer

0 votes
by (31.9k points)
edited by
 
Best answer

A Service is nothing but an abstraction defining a logical set of Pods and a policy to access them. It is defined using YAML (preferred) or JSON. It allow your applications to receive traffic and routes traffic across a set of Pods. It allows clients to reliably connect to the containers running in the pod. We can expose the application outside the cluster using the kubectl expose command.

Are you interested to learn DevOps and build a career in DevOps Engineering?  Then check out DevOps Certification by Intellipaat.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...