Linux/Kubernetes (Learning): Difference between revisions
< Linux
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
= Learning topics = | |||
== Control plane & worker nodes == | |||
== Components == | |||
{| | {| | ||
!Core K8s components | !Core K8s components | ||
Line 32: | Line 33: | ||
|} | |} | ||
== practice == | |||
* kubectl | |||
* manifest files (yml) | |||
== 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 | ||
---|---|---|---|
|
|
practice
- kubectl
- manifest files (yml)