Question 11

Create a redis pod named "test-redis" and exec into that pod and create a file named "test-file.txt" with the text 'This is called the test file' in the path /data/redis and open another tab and exec again with the same pod and verifies file exist in the same path.
  • Question 12

    Get list of all pods in all namespaces and write it to file "/opt/pods-list.yaml"

    Question 13

    To protect your firewall and network from single source denial of service (DoS) attacks that can overwhelm its packet buffer and cause legitimate traffic to drop, you can configure:
  • Question 14

    View certificate details in /etc/kubernetes/pki

    Question 15

    Score: 5%

    Task
    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/KUTR00401/KUTR00401.txt (which already exists).