CKA Exam Question 16

How would you configure a PersistentVolumeClaim with a storage class for a specific type of storage, such as SSD or NVMe, and how would you specify the storage capacity?

CKA Exam Question 17

You have a Kubernetes cluster where different teams manage applications in different namespaces. You want to enable a team to manage their resources in a specific namespace while preventing them from accessing resources in other namespaces.

CKA Exam Question 18

Your Kubernetes cluster is experiencing performance issues, and you suspect that the kubelet process is consuming excessive resources. You need to investigate the kubelet's resource usage and adjust its configuration to improve performance.

CKA Exam Question 19

You are running a Kubernetes cluster with a large number of deployments and services. You need to improve the performance and efficiency of DNS resolution, especially during peak traffic periods.

CKA Exam Question 20

You are deploying a new microservice to your Kubernetes cluster. This service needs to communicate with another service within the same cluster. You want to ensure that the communication between the two services is secure and reliable. Which container network interface plugin would you choose for this scenario and why?