Kubernetes

Run a Pod called "remo" with the the latest redis image and the label 'year=2017'

Difficulty: unrated

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

Answer

k run remo --image=redis:latest -l year=2017