Question 61

Create a deployment as follows:
* Name:nginx-random
* Exposed via a servicenginx-random
* Ensure that the service & podare accessible via theirrespective DNS records
* The container(s) within anypod(s) running as a part of thisdeployment should use thenginxImage Next, use the utilitynslookupto lookup the DNS records of the service &pod and write the output to
/opt/KUNW00601/service.dnsand/opt/KUNW00601/pod.dnsrespectively.

Question 62

Install a kubernetes cluster with one master and one worker using kubeadm
  • Question 63

    Create and configure the service front-end-service so it's accessible through NodePort and routes to the existing pod named front-end.