Linux/Kubernetes (Learning): Difference between revisions

From Wiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
== Learning topics ==
== Learning topics ==
* Control plane & worker nodes
* Control plane & worker nodes
<br>
* Core K8s components
* Core K8s components
** pod
** pod
Line 11: Line 12:
** Namespaces
** Namespaces
** Volumes
** Volumes
<br>
* Other K8s components
* Other K8s components
** control plane
** control plane
Line 21: Line 23:
*** kube-proxy
*** kube-proxy
*** container runtime
*** container runtime
<br>





Revision as of 12:22, 3 December 2023

Learning topics

  • Control plane & worker nodes


  • Core K8s components
    • pod
    • service
    • config maps
    • secrets
    • ingress
    • deployment
    • statefulSets
    • Namespaces
    • Volumes


  • Other K8s components
    • control plane
      • scheduler
      • controller-manager
      • etcd
      • apiserver
    • node
      • kubelet
      • kube-proxy
      • container runtime