This website requires JavaScript.
Explore
Help
Sign In
Repos-que-me-gustan
/
devops-exercises
Watch
1
Star
0
Fork
0
You've already forked devops-exercises
Code
Pull Requests
Activity
4b551d1d09
Branches
Tags
No results found.
devops-exercises
/
certificates
/
cka.md
abregman
b45aa4a2b1
Add a couple of Virtualization questions
2021-04-11 23:07:25 +03:00
222 B
Raw
Blame
History
Certified Kubernetes Administrator (CKA)
Deploy a pod called web-1985 using the nginx:alpine image
kubectl run web-1985 --image=nginx:alpine --restart=Never