5 Report For OUCJ

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Q1: How to list all pods that are either labelled with env=development or with

env=production?

The correct Answer is: None

The correct Answer is: None

c $ kubectl get pods -l 'env in (production, development)'

The correct Answer is: None

The correct Answer is: None

f $ kubectl get pods 'env in (production, development)'

Q2: What can you deploy on Kubernetes??

The correct Answer is: None

b Virtual machines

The correct Answer is: None

The correct Answer is: None

e Containers

The correct Answer is: None

Q3: What is the output of the command ‘umask –S’??

a None

b Shows mask value using octal values.

c None

d Sets new mask value.

e Removes the current mask value.

f Shows mask value using symbolic notion.

Q4: Where in Wordpress can you discourage search engines from indexing this site??
a None

b From the Tools->Export Section

c From the Plugins Section

d None

e From the Users Section

f From the General->Reading Section

Q5: While starting minikube, a configuration file, gets created by default inside what
directory on Linux??

a /home/user

b /root

The correct Answer is: None

d /tmp

The correct Answer is: None

f /home/user/.kube

Q6: The default location of the ansible.cfg file is:?

a /etc/ansible/ansible.cfg

b /etc/ansible/ansible.conf

c None

d /etc/ansible.cfg

e /home/ansible/ansible.cfg

f None

Q7: What does HPA stand for in Kubernetes??

a Horizontal Production Autoscaler

b Hyper Pod Autoscaler


The correct Answer is: None

The correct Answer is: None

e Horizontal Pod Autoscaler

The correct Answer is: None

Q8: PHP allows you to send emails directly from a script?

a None

b None

c None

d False

e True

f None

Q9: How to compares the current state of the cluster against the state that the cluster would
be in if the manifest was applied in Kubernetes??

a kubectl diff -f ./my-manifest.yaml

b None

c kubectl log -f ./my-manifest.yaml

d kubectl state -f ./my-manifest.yaml

e None

f kubectl show -f ./my-manifest.yaml

You might also like