InterviewSolution
Saved Bookmarks
| 1. |
What Is The Kubernetes? |
|
Answer» Kubernetes is an open-source SYSTEM for automating DEPLOYMENT, scaling, and management of containerized applications. It groups containers that make up an application into logical units for EASY management and discovery. Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an application into logical units for easy management and discovery. |
|