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>
 
== Components ==
{|
{|
!Core K8s components
!Core K8s components
Line 32: Line 33:
|}
|}


* practice
== practice ==
** kubectl
* kubectl
** manifest files (yml)
* manifest files (yml)
<br>
 
* troubleshooting & how it works
== troubleshooting & how it works ==
 
== Bad practices ==





Revision as of 12:29, 3 December 2023

Learning topics

Control plane & worker nodes

Components

Core K8s components Other K8s components
  • pod
  • service
  • config maps
  • secrets
  • ingress
  • deployment
  • statefulSets
  • Namespaces
  • Volumes
  • control plane
    • scheduler
    • controller-manager
    • etcd
    • apiserver
  • node
    • kubelet
    • kube-proxy
    • container runtime

practice

  • kubectl
  • manifest files (yml)

troubleshooting & how it works

Bad practices