k - control plane kubelet

can replicate and scale anything that doesn't have state. so be careful about things that have state.

validate

  1. pod is ephemeral
  2. kubernetes service is consistent

terms

  1. kubernetes cluster
  2. k - control plane
  3. kubelet
  4. k - worker node
  5. k - pod
  6. k - service
  7. k - Ingress
  8. k - config map
  9. k - secrets
    1. uses base 64 but doesn't encode them
  10. k - volumes
  11. k - deployment
  12. k - NodePort
    1. 30000 to
  13. k - replicaset
  14. k - deployment - replicaset - pod

further reading

  1. read about google borg

Referenced in:

All notes