devops-exercises/certificates/cka.md
2021-04-11 23:07:25 +03:00

8 lines
222 B
Markdown

## Certified Kubernetes Administrator (CKA)
<details>
<summary>Deploy a pod called web-1985 using the nginx:alpine image</code></summary><br><b>
`kubectl run web-1985 --image=nginx:alpine --restart=Never`
</b></details>