can replicate and scale anything that doesn't have state. so be careful about things that have state.
validate
- pod is ephemeral
- kubernetes service is consistent
terms
- kubernetes cluster
- k - control plane
- kubelet
- k - worker node
- k - pod
- k - service
- k - Ingress
- k - config map
- k - secrets
- uses base 64 but doesn't encode them
- k - volumes
- k - deployment
- k - NodePort
- 30000 to
- k - replicaset
- k - deployment - replicaset - pod
further reading
- read about google borg
Referenced in:
All notes