CKA 문제 51

Update the deployment with the image version 1.16.1 and verify the image and check the rollout history

CKA 문제 52

Create and configure the service front-end-service so it's accessible through NodePort and routes to the existing pod named front-end.

CKA 문제 53

create a pod in a specific node (node1) by placing the pod definition file in a particular folder "/etc/kubernetes/manifests".

CKA 문제 54

Configure the kubelet systemd- managed service, on the node labelled with name=wk8s-node-1, to launch a pod containing a single container of Image httpd named webtool automatically. Any spec files required should be placed in the /etc/kubernetes/manifests directory on the node.
You can ssh to the appropriate node using:
[student@node-1] $ ssh wk8s-node-1
You can assume elevated privileges on the node with the following command:
[student@wk8s-node-1] $ | sudo -i

CKA 문제 55

Ensure a single instance of podnginxis running on each node of theKubernetes cluster wherenginxalso represents the Image name whichhas to be used. Do not override anytaints currently in place.
UseDaemonSetto complete thistask and useds-kusc00201asDaemonSet name.