Score: 13%
Task
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.
List pod logs named ''frontend'' and search for the pattern ''started'' and write it to a file ''/opt/error-logs''
Create a busybox pod that runs the command ''env'' and save the output to ''envpod'' file
Create a pod with image nginx called nginx and allow traffic on port 80
Get list of all pods in all namespaces and write it to file ''/opt/pods-list.yaml''