Question 61

Which one is the correct configuration?
  • Question 62

    Create a Kubernetes secret as follows:
    Name: super-secret
    password: bob
    Create a pod named pod-secrets-via-file, using the redis Image, which mounts a secret named super-secret at /secrets.
    Create a second pod named pod-secrets-via-env, using the redis Image, which exports password as CONFIDENTIAL

    Question 63

    Check the image version in pod without the describe command

    Question 64

    For this item, you will have to ssh and complete all tasks on these
    nodes. Ensure that you return to the base node (hostname: ) when you have completed this item.
    Context
    As an administrator of a small development team, you have been asked to set up a Kubernetes cluster to test the viability of a new application.
    Task
    You must use kubeadm to perform this task. Any kubeadm invocations will require the use of the
    --ignore-preflight-errors=all option.
    Configure the node ik8s-master-O as a master node. .
    Join the node ik8s-node-o to the cluster.

    Question 65

    Create a configmap called cfgvolume with values var1=val1,
    var2=val2 and create an nginx pod with volume nginx-volume which
    reads data from this configmap cfgvolume and put it on the path
    /etc/cfg