Which two statements are correct about Kubernetes resources? (Choose two.)
Kubernetes resources are the building blocks of Kubernetes clusters, enabling the deployment and management of applications. Let's analyze each statement:
A . A ClusterIP type service can only be accessed within a Kubernetes cluster.
Correct:
A ClusterIP service is the default type of Kubernetes service. It exposes the service internally within the cluster, assigning it a virtual IP address that is accessible only to other pods or services within the same cluster. External access is not possible with this service type.
B . A daemonSet ensures that a replica of a pod is running on all nodes.
Correct:
A daemonSet ensures that a copy of a specific pod is running on every node in the cluster (or a subset of nodes if specified). This is commonly used for system-level tasks like logging agents or monitoring tools that need to run on all nodes.
C . A deploymentConfig is a Kubernetes resource.
Incorrect:
deploymentConfig is a concept specific to OpenShift, not standard Kubernetes. In Kubernetes, the equivalent resource is called a Deployment , which manages the desired state of pods and ReplicaSets.
Kubernetes Documentation: Services, DaemonSets, and Deployments
Juniper JNCIA-Cloud Study Guide: Kubernetes Resources
Roxane
3 months agoSophia
3 months agoSage
3 months agoLashonda
4 months agoCatrice
4 months agoTheola
4 months agoGeorgeanna
4 months agoNatalie
4 months agoHortencia
5 months agoStevie
5 months agoMireya
5 months agoAlida
5 months agoAretha
5 months agoColette
12 months agoMargurite
12 months agoMadelyn
11 months agoRoosevelt
11 months agoAlfreda
11 months agoPenney
11 months agoFlorencia
12 months agoWilda
11 months agoWilda
11 months agoDesmond
12 months agoCarmen
12 months agoLura
12 months agoLaurena
11 months agoPhyliss
12 months agoVernell
1 year agoKanisha
1 year ago