Linux/Kubernetes (Learning): Difference between revisions

From Wiki
mNo edit summary
mNo edit summary
Line 33: Line 33:
|}
|}


== practice ==
== Practice ==
* kubectl
* kubectl
* manifest files (yml)
* manifest files (yml)


== troubleshooting & how it works ==
== Troubleshooting & how it works ==


== Bad practices ==
== 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