### Core Concepts
- [[What is Kubernetes Controller?]]
- [[etcd]] #it/todo
- [[K8S API Server]] #it/todo
- [[K8S Scheduler]] #it/todo
- [[Kubelet]] #it/todo
---
### Concepts
- [[Pod]] #it/todo
- [[ReplicaSet]] #it/todo
- [[Deployment]] #it/todo
- [[Deployment Strategy]] #it/todo
- [[Horizontal Pod Autoscaler]] #it/todo
---
### See Also
- Kubernetes YAML definition always contains four top-level properties
- `apiVersion` - version of k8s API you use to create objects
- `kind` - type of object we want to create
- `metadata` - name, labels - data about created object
- `spec` - object specification