Summary
A unit of something.
Kubernetes
kubelet
- An agent that runs on each node to make sure that containers are running in a pod
- Takes a set of podspecs and makes sure pods adhere to their podspecs kube-proxy
- A network proxy that runs on a node
- Maintains network rules Container Runetime
- Lets K8 actually run containers
- Manage the execution and lifecycle of containers