CKA 문제 41

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 Ready 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

CKA 문제 42

Create a nginx pod with label env=test in engineering namespace
See the solution below.

CKA 문제 43

Make the node schedulable by uncordon the node

CKA 문제 44

Create a daemonset named "Prometheus-monitoring" using image=prom/Prometheus which runs in all the nodes in the cluster. Verify the pod running in all the nodes

CKA 문제 45

Create a job named "hello-job" with the image busybox which echos "Hello I'm running job"