111. Which Kubernetes resource type allows defining which pods are isolated when it comes to network-ing?
A. Network policy
B. Domain Name System ‘DNS’
C. Role Binding
D. Service
Answer
A
112. What Linux feature is used to provide isolation for containers?
A. Processes
B. Services
C. NetworkPolicy
D. Control groups
Answer
D
113. How to create deployment name app-dep, image=nginx, and replicas 5 using imperative command?
A. kubectl create app-dep deployment –image=nginx –replicas=5
B. kubectl create deployment app-dep –image=nginx –replicas=5
C. kubectl create app-dep deployment –replicas=5 –image=nginx
Answer
B
114. What is horizontal scaling?
A. Creating a Deployment
B. Adding resources to existing apps and servers
C. Moving workloads from one server to another
D. Adding additional replicas of apps and servers
Answer
D
115. What tool allows you to create self-managing, self-scaling, self-healing storage?
A. Persistent Volume
B. Persistent Volume Claim
C. Storage Class
D. Rook
E. Volume
Answer
D
116. Which kubernetes resource type allows defining which pods are isolated when it comes to network-ing?
A. Network policy
B. Domain Name System ‘DNS’
C. Role Binding
D. Service
Answer
A
117. What Linux feature is used to provide isolation for containers?
A. Processes
B. Services
C. NetworkPolicy
D. Control groups
Answer
D
118. How to create deployment name app-dep, image=nginx, and replicas 5 using imperative command?
A. kubectl create app-dep deployment –image=nginx –replicas=5
B. kubectl create deployment app-dep –image=nginx –replicas=5
C. kubectl create app-dep deployment –replicas=5 –image=nginx
Answer
B
119. What is horizontal scaling?
A. Creating a Deployment
B. Adding resources to existing apps and servers
C. Moving workloads from one server to another
D. Adding additional replicas of apps and servers
Answer
D
120. Which style of operations are preferred for K8S and cloud native applications?
A. JSON
B. Declarative
C. Imperative
Answer
B