<< Prev Question Next Question >>

Question 13/22

Given a partially-functioning Kubernetes cluster, identify symptoms of failure on the cluster.
Determine the node, the failing service, and take actions to bring up the failed service and restore the health of the cluster. Ensure that any changes are made permanently.
You can ssh to the relevant I nodes (
[student@node-1] $ ssh <nodename
You can assume elevated privileges on any node in the cluster with the following command:
[student@nodename] $ | sudo -i

Recent Comments (The most recent comments are at the top.)

Homer - Feb 24, 2022

What fields are being edited in the config.yaml?

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Question List (22q)
Question 1: Score: 7% (Exhibit) Task Given an existing Kubernetes cluste...
2 commentQuestion 2: Score: 5% (Exhibit) Task From the pod label name=cpu-utilize...
1 commentQuestion 3: Score: 4% (Exhibit) Task Check to see how many nodes are rea...
Question 4: Monitor the logs of pod foo and: Extract log lines correspon...
Question 5: Schedule a pod as follows: Name: nginx-kusc00101 Image: ngin...
Question 6: List all persistent volumes sorted by capacity, saving the f...
Question 7: Create a file: /opt/KUCC00302/kucc00302.txt that lists all p...
Question 8: Create a pod as follows: Name: non-persistent-redis containe...
Question 9: List "nginx-dev" and "nginx-prod" pod and delete those pods...
Question 10: Perform the following tasks: Add an init container to hungry...
Question 11: Score: 13% (Exhibit) Task A Kubernetes worker node, named wk...
Question 12: For this item, you will have to ssh and complete all tasks o...
1 commentQuestion 13: Given a partially-functioning Kubernetes cluster, identify s...
1 commentQuestion 14: Score: 4% (Exhibit) Task Set the node named ek8s-node-1 as u...
Question 15: Configure the kubelet systemd- managed service, on the node ...
Question 16: Create a pod that echo "hello world" and then exists. Have t...
3 commentQuestion 17: Score:7% (Exhibit) Task Create a new PersistentVolumeClaim *...
Question 18: Get list of all pods in all namespaces and write it to file ...
Question 19: Create a pod named kucc8 with a single app container for eac...
Question 20: Create a Kubernetes secret as follows: Name: super-secret pa...
6 commentQuestion 21: Score: 4% (Exhibit) Context You have been asked to create a ...
3 commentQuestion 22: Score: 7% (Exhibit) Task Reconfigure the existing deployment...