Question 36

Create a pod named kucc8 with a single app container for each of the
following images running inside (there may be between 1 and 4 images specified):
nginx + redis + memcached.

Question 37

Set CPU and memory requests and limits for existing pod name
"nginx-prod".
Set requests for CPU and Memory as 100m and 256Mi respectively
Set limits for CPU and Memory as 200m and 512Mi respectively
  • Question 38

    create a pod in a specific node (node1) by placing the pod definition file in a particular folder "/etc/kubernetes/manifests".
  • Question 39

    List "nginx-dev" and "nginx-prod" pod and delete those pods

    Question 40

    Create a persistent volume with name app-data, of capacity 2Gi and access mode ReadWriteMany. The type of volume is hostPath and its location is /srv/app-data.