Core Concepts

Here are list of Challenges for your practice

  1. Create a messaging pod using redis:alpine image with label set to tier=msg. Check pod's labels.

  2. Create a service called messaging-service to expose the messaging application within the cluster on port 6379 and describe it.

  3. Create a busybox-echo pod that echoes 'hello world' and exits. After that check the logs.

  4. Create an nginx-test pod and set an env value as var1=val1. Check the env value existence within the pod.

Last updated

Was this helpful?