InterviewSolution
Saved Bookmarks
| 1. |
What is service and deployment in Kubernetes? |
||||||||||
|
Answer» A SERVICE in Kubernetes is defined as an abstraction that constitutes a logical set of pods running at a point in your cluster, providing the same functionality. A deployment in Kubernetes is a RESOURCE object that provides a declarative update to the applications. A deployment ENABLES you to DESCRIBE an application's life cycle, like which images to use for the app, the number of pods to be present, and their WAY of getting updated. 13. What is the difference between POD and deployment in Kubernetes?
|
|||||||||||