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