Core Concepts
Here are list of Challenges for your practice
Create a messaging pod using
redis:alpineimage with label set totier=msg. Check pod's labels.Create a service called
messaging-serviceto expose the messaging application within the cluster on port6379and describe it.Create a
busybox-echopod that echoes 'hello world' and exits. After that check the logs.Create an
nginx-testpod and set an env value asvar1=val1. Check the env value existence within the pod.
Last updated
Was this helpful?