Kubernetes and Cloud Native Associate (KCNA) Questions and Answers
Which of the following computing model doesn’t require you to provision infrastructure?
What is etcd used for in Kubernetes?
Which organizational persona creates Service Level Agreements 'SLA', Service Level Objectives 'SLO', and Service Level Indicator 'SLI'?
Which of the following best describes the way K8S Role-based access control (RBAC) works?
What is a benefits of Kubernetes federation?
What is the command used to scale the application?
What command use to get documentation about kubernetes resource type
Which of the following is used to request storage in Kubernetes?
How to create deployment name app-dep, image=nginx, and replicas 5 using imperative command?
In Kubernetes, what is considered the primary cluster data source?
Which of the following is an advantage a cloud-native microservices application has over monolithic applications?
The Kubernetes rolling update is used for __.
To run a startup task before a Pod's container starts up. What Kubernetes feature can help you ac-complish this?
Have a pod 'hello' and a container in that pod 'green'. Which of the following commands would get the logs for that container?
What is container runtime?
What is scheduling in Kubernetes
Fluentd is the only way to export logs from Kubernetes cluster or applications running in cluster
Which of the following is NOT a Kubernetes component?