https://kubernetes.io/
[Kubernetes - Wikipedia](https://en.wikipedia.org/wiki/Kubernetes)
- 2014年にGoogleが開発。
- ファウンダー:Joe Beda, Brendan Burns, and Craig McLuckie
- オリジナルは [[Borg]]
- 1.0: July 21, 2015
## Concetpts
### Control plane
- [[etcd]]
- The API server
- The scheduler
- A controller
- The controller manager
### Nodes
- Kubelet
- kube-proxy
- A container
### Namespaces
### Pods
### Services
### Volumes
### ConfigMaps and secrets
### StatefulSets
### Replication controllers and deployments
### Labels and selectors