What is Kubernetes?

Start with infrastructure

Cloud-native apps: Built from small interacting services to build a useful app

Kubernetes cluster

Control Plane

All commands and system components talk to the API server

The API

Kubernetes API is where everything is defined

RESTful API that uses HTTP methods to perform CRUD style actions

Define parts of app in YAML files as a overall desire of intent