Question 81

An administrator accidentally closed the commit window/screen before the commit was finished. Which two options could the administrator use to verify the progress or success of that commit task? (Choose two)
  • Question 82

    Schedule a pod as follows:
    Name: nginx-kusc00101
    Image: nginx
    Node selector: disk=ssd

    Question 83

    Create a configmap called cfgvolume with values var1=val1,
    var2=val2 and create an nginx pod with volume nginx-volume which
    reads data from this configmap cfgvolume and put it on the path
    /etc/cfg
  • Question 84

    An Administrator is configuring Authentication Enforcement and they would like to create an exemption rule to exempt a specific group from authentication. Which authentication enforcement object should they select?
  • Question 85

    You have a Deployment named 'web-app' running 3 replicas of a web server. You need to define a PodDisruptionBudget (PDB) that ensures at least 2 replicas of the 'web-app' are always available during a planned or unplanned disruption. Write the YAML definition for the PDB and explain how it helps to ensure availability.