2020-05-09 16:40:51 +03:00
|
|
|
## Certified Kubernetes Administrator (CKA)
|
|
|
|
|
2020-06-15 09:41:32 +03:00
|
|
|
<details>
|
2021-04-11 23:07:25 +03:00
|
|
|
<summary>Deploy a pod called web-1985 using the nginx:alpine image</code></summary><br><b>
|
2020-06-15 09:41:32 +03:00
|
|
|
|
2021-04-11 23:07:25 +03:00
|
|
|
`kubectl run web-1985 --image=nginx:alpine --restart=Never`
|
2020-06-15 09:41:32 +03:00
|
|
|
</b></details>
|