From the course: Securing Containers and Kubernetes Ecosystem

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

What is Kubernetes?

What is Kubernetes? - Kubernetes Tutorial

From the course: Securing Containers and Kubernetes Ecosystem

Start my 1-month free trial

What is Kubernetes?

- [Teacher] We now know that containers enable us to easily deploy small application components. In other words, loosely coupled microservices, but it is not uncommon for an enterprise to have an extremely large number of containers running. Once you have such a large number of containers running simultaneously, how do you manage them? The reality is it is expensive, error-prone, and cumbersome for an operations team to do so manually. You need an automated system that can schedule, configure, restart, and monitor such containers. Kubernetes is such an open source-container orchestration system that relieves the operations team. And with the help of an orchestrator, operations team only need to focus on managing kubernetes itself, while the Kubernetes manages thousands of containers on their behalf. In fact, the combination of container technology, powered with the orchestration of Kubernetes, enables your DevOps…

Contents