CKA Exam Question 16

Create a pod named kucc8 with a single app container for each of the
following images running inside (there may be between 1 and 4 images specified):
nginx + redis + memcached.

CKA Exam Question 17

Create an nginx pod which reads username as the environment variable
  • CKA Exam Question 18

    Get the list of pods of webapp deployment
  • CKA Exam Question 19

    Create a redis pod and mount "redis-config" as "redis.conf"
    inside redis container, name the config volume as "redis-volume"
    redis-config path - /opt/redis-config
  • CKA Exam Question 20

    Create a ETCD backup of kubernetes cluster
    Note : You don't need to memorize command, refer -
    https://kubernetes.io/docs/tasks/administer-cluster/configureupgrade-etcd/ during exam