Linux/Kubernetes (Learning): Difference between revisions
< Linux
mNo edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
{| | {| | ||
!Core K8s components | !Core K8s components | ||
! | ! | ||
! | ! | ||
!Other K8s components | |||
|- | |- | ||
| | | | ||
Line 18: | Line 18: | ||
* Namespaces | * Namespaces | ||
* Volumes | * Volumes | ||
| | |||
| | |||
| | | | ||
*control plane | *control plane | ||
Line 28: | Line 30: | ||
** kube-proxy | ** kube-proxy | ||
** container runtime | ** container runtime | ||
|} | |} | ||
* practice | * practice | ||
** kubectl | ** kubectl | ||
Line 68: | Line 37: | ||
<br> | <br> | ||
* troubleshooting & how it works | * troubleshooting & how it works | ||
[[Category:Linux/Deployment]] | [[Category:Linux/Deployment]] | ||
[[Category:Linux]] | [[Category:Linux]] |
Revision as of 12:28, 3 December 2023
Learning topics
- Control plane & worker nodes
Core K8s components | Other K8s components | ||
---|---|---|---|
|
|
- practice
- kubectl
- manifest files (yml)
- troubleshooting & how it works