Add a couple of AWS questions
This commit is contained in:
15
certificates/cka.md
Normal file
15
certificates/cka.md
Normal file
@@ -0,0 +1,15 @@
|
||||
## 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>
|
Reference in New Issue
Block a user