Create a job named countdown-datacenter
.
Name the spec template countdown-datacenter
(under metadata), and name the container container-countdown-datacenter
.
Use the image fedora
with the latest
tag (specify as fedora:latest
), and set the restart policy to Never
.
Execute the command sleep 5
.
Create a job.yaml
manifest file.
Apply the manifest file.
Now describe job
.
#k8s #coundown #devops #happylearning