Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

List all the pods sorted by created timestamp

Full Access
Question # 5

Create a Kubernetes secret as follows:

  • Name: super-secret
  • password: bob

Create a pod named pod-secrets-via-file, using the redis Image, which mounts a secret named super-secret at /secrets.

Create a second pod named pod-secrets-via-env, using the redis Image, which exports password as CONFIDENTIAL

Full Access
Question # 6

Score: 4%

Task

Check to see how many nodes are ready (not including nodes tainted NoSchedule ) and write the number to /opt/KUSC00402/kusc00402.txt.

Full Access
Question # 7

Score: 5%

Task

Monitor the logs of pod bar and:

• Extract log lines corresponding to error file-not-found

• Write them to /opt/KUTR00101/bar

Full Access
Question # 8

From the pod label name=cpu-utilizer, find pods running high CPU workloads and

write the name of the pod consuming most CPU to the file /opt/KUTR00102/KUTR00102.txt (which already exists).

Full Access
Question # 9

Set the node named ek8s-node-1 as unavailable and reschedule all the pods running on it.

Full Access
Question # 10

Create a pod with image nginx called nginx and allow traffic on port 80

Full Access