Question 26

How can an administrator configure the NGFW to automatically quarantine a device using Global Protect?
  • Question 27

    Get IP address of the pod - "nginx-dev"
  • Question 28

    Create a deployment as follows:
    Name: nginx-random
    Exposed via a service nginx-random
    Ensure that the service & pod are accessible via their respective DNS records The container(s) within any pod(s) running as a part of this deployment should use the nginx Image Next, use the utility nslookup to look up the DNS records of the service & pod and write the output to
    /opt/KUNW00601/service.dns and /opt/KUNW00601/pod.dns respectively.

    Question 29

    Create a pod with init container which waits for a service called "myservice" to be created. Once init container completes, the myapp-container should start and print a message "The app is running" and sleep for 3600 seconds.
  • Question 30

    Scale the deploymentwebserverto6pods.