Kubernetes

Descripción

Software Development Computer Science Test sobre Kubernetes, creado por Dustin White el 30/12/2021.
Dustin White
Test por Dustin White, actualizado hace más de 1 año
Dustin White
Creado por Dustin White hace más de 2 años
239
0

Resumen del Recurso

Pregunta 1

Pregunta
Which feature in Kubernetes assigns pods to a node at runtime?
Respuesta
  • service discovery
  • container scheduling
  • scalability and availability
  • flexibility and modularization

Pregunta 2

Pregunta
Why do organizations use containers?
Respuesta
  • to tie infrastructure to the entire guest operating systems with an unshared kernel
  • to build a larger ecosystem of a collection of Docker images in the Docker Hub
  • to build legacy applications to use in macroservices-based architecture
  • to build applications to incorporate a microservices-based architecture

Pregunta 3

Pregunta
Which statement is true regarding the difference between a virtual machine and a container?
Respuesta
  • A container includes all the binaries and libraries that would exist on the OS.
  • A container includes many applications.
  • The terms container and virtual machine are used interchangeably.
  • A container shares the kernel with other containers.

Pregunta 4

Pregunta
How would you best describe Kubernetes?
Respuesta
  • a subscription platform designed to manually deploy scaling and operating applications within containers
  • an open-source platform designed for manually deploying, scaling, and operating application containers
  • a subscription platform designed to automate deploying, scaling, and operating application containers
  • an open-source platform designed to automate deploying, scaling, and operating application containers

Pregunta 5

Pregunta
Two features that allow Kubernetes Clusters to scale are _____ and _____.
Respuesta
  • flexibility; application upgrades
  • registration; discovery
  • persistent storage; modularity
  • scalability; availability

Pregunta 6

Pregunta
In a Kubernetes model, what is the simplest unit that you can interact with that represents one running process in your cluster?
Respuesta
  • a container
  • a kublete
  • a pod
  • a node

Pregunta 7

Pregunta
Where do applications operate within Kubernetes?
Respuesta
  • Worker nodes
  • Scheduler
  • API Server
  • Pods

Pregunta 8

Pregunta
Review the Kubernetes architecture in the image below. Which process handles load balancing, network routing, and connection forwarding for applications?
Respuesta
  • the kubectl process
  • the Controller Manager process
  • the kubelet process
  • the kube-proxy process

Pregunta 9

Pregunta
When a pod has been scheduled on a node, and all of its containers are created, which pod life cycle is represented?
Respuesta
  • Succeeded
  • Running
  • Pending
  • Failed

Pregunta 10

Pregunta
Why will you create deployments more than anything else?
Respuesta
  • Most applications require scaling deployments.
  • Most applications are package deployments.
  • Most deployments are scaling a ReplicaSet.
  • Most deployments are package applications.

Pregunta 11

Pregunta
In which scenario would using namespaces be a great concept?
Respuesta
  • in a large enterprise where there is one team and many users
  • in a small organization where there are many teams with one user
  • in a large enterprise where there are many users and teams
  • in a small organization where there is one team and one user

Pregunta 12

Pregunta
What is the purpose of the Podspec YAML file?
Respuesta
  • The kubelet ensures that the containers described in the Podspecs are running and healthy.
  • The kubelet uses the Podspecs to ensure the health of containers running on the node that were not created by the API server.
  • The API server uses the Podspecs to deploy containers to worker nodes.

Pregunta 13

Pregunta
How can you verify that Minikube and VirtualBox are talking to each other?
Respuesta
  • Run the command kubectl get nodes.
  • Run the command kubectl get runs.
  • Run the command kubectl get deployments.
  • Run the command kubectl get services.

Pregunta 14

Pregunta
Which resource or resources are created in Kubernetes after creating an application resource?
Respuesta
  • the application resource
  • A pod is created, along with the deployment and an associated ReplicaSet with statuses for each.
  • the service and NodePort
  • the nodes

Pregunta 15

Pregunta
How can you combine the deployment and the service yaml into a single yaml file?
Respuesta
  • Run the command vi helloworld-service.yml.
  • Run the command vi helloworld-all.yml.
  • Run the command vi helloworld-deployment.yml.
  • Run the command vi helloworld-run.yml.

Pregunta 16

Pregunta
If you are in Windows and using Powershell, the command docker version will check that _____.
Respuesta
  • the Docker version is out of date
  • a new Docker version is available
  • Docker is up and running
  • Docker has been shut down

Pregunta 17

Pregunta
How can you create multiple resources through a single deployment in Kubernetes?
Respuesta
  • You can only create one resource through one deployment at a time.
  • Use the three-dash notation to combine multiple files into a single YAML file.
  • Use kubectl to combine deployments into a single package.
  • Use an external Python script to package deployment files.

Pregunta 18

Pregunta
What happens with the command code chmod +x ./kubectl?
Respuesta
  • It makes the kubectl password protected.
  • It locks the kubectl.
  • It turns the kubectl open to edit.
  • It makes the kubectl executable.

Pregunta 19

Pregunta
Why does Kubernetes use a liveness probe?
Respuesta
  • so you can run updates on the healthy containers and check on the amount of traffic
  • so you will know when a container is actually ready to start accepting traffic
  • so you can run a periodic check on a container to make sure the container is still healthy
  • so you can run a manual check on a container to make sure the probes are still healthy

Pregunta 20

Pregunta
Which two specs can be defined for establishing application health checks?
Respuesta
  • healthcheckProbe and validationProbe
  • initialDelaySeconds and timeoutSeconds
  • readinessProbe and livenessProbe

Pregunta 21

Pregunta
How are labels added to a running pod?
Respuesta
  • by relabeling
  • by labeling
  • by constructing
  • by overwriting

Pregunta 22

Pregunta
What does running the command kubectl get pods --selector dev-lead=karthik,env=staging allow you to do?
Respuesta
  • add multiple labels and search by one label
  • add one label and search by multiple labels
  • subtract and search by multiple labels
  • add and search by multiple labels

Pregunta 23

Pregunta
You have many pods with various labels for each. Which command should be used to find the pods associated with your production environment?
Respuesta
  • get pods --production
  • get pods --show-labels
  • get pods --selector env=production
Mostrar resumen completo Ocultar resumen completo

Similar

Computing Hardware - CPU and Memory
ollietablet123
SFDC App Builder 2
Parker Webb-Mitchell
Data Types
Jacob Sedore
Intake7 BIM L1
Stanley Chia
Software Processes
Nurul Aiman Abdu
Design Patterns
Erica Solum
CCNA Answers – CCNA Exam
Abdul Demir
Abstraction
Shannon Anderson-Rush
Spyware
Sam2
HTTPS explained with Carrier Pigeons
Shannon Anderson-Rush
Data Analytics
anelvr