Kubernetes

Run a pod called "nginx-test" using the "nginx" image

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

k run nginx-test --image=nginx