Question 11

Check the image version in pod without the describe command

Question 12

List all the pods showing name and namespace with a json path expression

Question 13

Create a Pod nginx and specify both CPU, memory requests and limits together and verify.
  • Question 14

    Check the history of deployment

    Question 15

    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.