Add a couple of AWS questions

This commit is contained in:
abregman
2020-05-09 16:40:51 +03:00
parent e2951f4271
commit c88e310a0a
3 changed files with 295 additions and 39 deletions

15
certificates/cka.md Normal file
View 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>