Question 21
Score: 4%

Task
Scale the deployment presentation

Task
Scale the deployment presentation
Question 22
Create a Kubernetes secret as follows:
Name: super-secret
password: bob
Create a pod named pod-secrets-via-file, using the redis Image, which mounts a secret named super-secret at
/secrets.
Create a second pod named pod-secrets-via-env, using the redis Image, which exports password as CONFIDENTIAL
Name: super-secret
password: bob
Create a pod named pod-secrets-via-file, using the redis Image, which mounts a secret named super-secret at
/secrets.
Create a second pod named pod-secrets-via-env, using the redis Image, which exports password as CONFIDENTIAL
Question 23
Create a job named "hello-job" with the image busybox which echos "Hello I'm running job"
Question 24
Deployment
a. Create a deployment of webapp with image nginx:1.17.1 with
container port 80 and verify the image version
a. Create a deployment of webapp with image nginx:1.17.1 with
container port 80 and verify the image version
Question 25
Get list of all pods in all namespaces and write it to file "/opt/pods-list.yaml"