What is the use of Kubernetes?

0


We use Kubernetes for the automation of large-scale deployment of containerized applications. It is an open-source system based on concepts similar to Google’s deployment process of millions of containers. It can be used on the cloud, on-premise datacenter and hybrid infrastructure. In Kubernetes, we can create a cluster of servers that are connected to work as a single unit. We can deploy a containerized application to all the servers in a cluster without specifying the machine name. We have to package applications in such a way that they do not depend on a specific host.

Devops kubernetes
asked Apr 30, 2023 at 19:19
Sign in to add a comment

0 Answers

0
πŸ“ No answers yet!

Be the first to answer this interview question.

Your Answer

Sign in to post your answer and help the community.