Kubernetes — Explaining from Definition

Jerry An
3 min readJun 13, 2023

What is Kubernetes? let’s define it with a lot of buzzwords

“Kubernetes deploys and manages (orchestrates) applications that are packaged and run as containers (containerized) and that are built in ways (cloud-native microservices) that allow them to scale, self-heal, and be updated in-line with modern cloud-like requirements.”

From
The Kubernetes Book
Nigel Poulton

It’s pretty hard to understand. Let’s clarify some jargon.

What is containerized application

--

--