mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-05 08:09:13 +00:00
16 lines
349 B
Markdown
16 lines
349 B
Markdown
|
|
## Certified Kubernetes Administrator (CKA)
|
||
|
|
|
||
|
|
#### Basic Commands
|
||
|
|
|
||
|
|
<details>
|
||
|
|
<summary>Which command you run to view your nodes?</code></summary><br><b>
|
||
|
|
|
||
|
|
`kubectl get nodes`
|
||
|
|
</b></details>
|
||
|
|
|
||
|
|
<details>
|
||
|
|
<summary>Which command you run to view all pods running on all namespaces?</code></summary><br><b>
|
||
|
|
|
||
|
|
`kubectl get pods --all-namespaces`
|
||
|
|
</b></details>
|