CKA Exam Question 31

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 32

    Get list of all the nodes with labels

    CKA Exam Question 33

    Create a Pod nginx and specify a CPU request and a CPU limit of 0.5 and 1 respectively.
  • CKA Exam Question 34

    What is the maximum number of samples that can be submitted to WildFire manually per day?
  • CKA Exam Question 35

    Create a deployment called webapp with image nginx having 5 replicas in it, put the file in /tmp directory with named webapp.yaml