Questions for the KCNA were updated on : Nov 21 ,2025
What are the two goals of Cloud-Native?
D
Explanation:
https://www.redhat.com/en/topics/cloud-native-apps
What is the name for a service that has no clusterIp address?
A
Explanation:
https://kubernetes.io/docs/concepts/services-networking/service/#headless-services
Which prometheus metric type represents a single number value that can increase and decrease
over time?
A
Explanation:
https://prometheus.io/docs/concepts/metric_types/#gauge
What command use to get documentation about kubernetes resource type
C
Explanation:
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#explain
What makes cloud native technology so important?
C
Explanation:
https://github.com/cncf/foundation/blob/main/charter.md
Which of the following components is part of the Kubernetes control panel
E
Explanation:
https://kubernetes.io/docs/concepts/overview/components/
Which kubernetes resource type allows defining which pods are isolated when it comes to network-
ing?
A
Explanation:
https://kubernetes.io/docs/concepts/services-networking/network-policies/#the-two-sorts-of-pod-
isolation
What is container orchestration?
C
Explanation:
https://www.redhat.com/en/topics/containers/what-is-container-orchestration
What is Open Container Initiative 'OCI'?
D
Explanation:
https://opencontainers.org/
What is FinOps?
C
Explanation:
https://www.servicenow.com/products/it-asset-management/what-is-finops.html
You might need to run a stateless application in kubernetes, and you want to be able to scale easily
and perform rolling updates. What kubernetes resource type can you use to do this
C
Explanation:
https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
Which authentication method allows JWTs to authenticate?
A
What is scheduling in Kubernetes
B
Explanation:
https://kubernetes.io/docs/concepts/scheduling-eviction/
What do control groups provide when it come to containers
C
Explanation:
What framework allows developers to write code without worrying about the servers and operating
systems they will run on?
C