Question 41

Create a snapshot of the etcd instance running at https://127.0.0.1:2379, saving the snapshot to the file path
/srv/data/etcd-snapshot.db.
The following TLS certificates/key are supplied for connecting to the server with etcdctl:
* CA certificate: /opt/KUCM00302/ca.crt
* Client certificate: /opt/KUCM00302/etcd-client.crt
* Client key: Topt/KUCM00302/etcd-client.key

Question 42

Undo the deployment to the previous version 1.17.1 and verify Image has the previous version

Question 43

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

    A Kubernetes worker node, named wk8s-node-0 is in state NotReady. Investigate why this is the case, and perform any appropriate steps to bring the node to a state, ensuring that any changes are made permanent.
    You can ssh to the failed node using:
    [student@node-1] $ | ssh Wk8s-node-0
    You can assume elevated privileges on the node with the following command:
    [student@w8ks-node-0] $ | sudo -i

    Question 45

    Create a pod that having 3 containers in it? (Multi-Container)