0:00
0% complete
LearnStep 1 of 2
kubectl Command Structure
Learning Objectives
- •Understand kubectl syntax
- •Use basic commands
- •Get resource information
Lesson Outline
LearnStep 1/2
kubectl Command Structure
bash
Essential Commands
bash
Namespaces
bash
Resource Shortcuts
| Full Name | Short Name |
|---|---|
| pods | po |
| deployments | deploy |
| services | svc |
| configmaps | cm |
| namespaces | ns |
| persistentvolumes | pv |
| persistentvolumeclaims | pvc |