CKAD 試験問題を無料オンラインアクセス
試験コード: | CKAD |
試験名称: | Linux Foundation Certified Kubernetes Application Developer Exam |
認定資格: | Linux Foundation |
無料問題数: | 193 |
更新日: | 2025-09-02 |
You are running a critical application on Kubernetes, and your security team has mandated the use of Pod Security Policies (PSPs) to enhance the security posture of your cluster. You have a Deployment that uses a privileged container for certain tasks. However, PSPs restrict the use of privileged containers. Describe how you can address this challenge while adhering to the security requirements imposed by PSPs.
You are deploying a new application named 'streaming-services that requires 7 replicas. You want to implement a rolling update strategy that allows for a maximum of two pods to be unavailable at any given time. However, you need to ensure that the update process is triggered automatically whenever a new image is pusned to the Docker Hub repository 'streaming/streaming-service:latest'.
You have a Kubernetes cluster with a Deployment named 'my-app' running a simple web application. The 'my-app' Deployment is configured to use a ServiceAccount named 'my-app-sa' _ You want to ensure that only authorized users with specific permissions can access the 'my-app' pod's logs. How would you implement this using Role-Based Access Control (RBAC)?
You have a Deployment named that runs 3 replicas of a Wordpress container. You need to implement a rolling update strategy that allows for a maximum or two pods to be unavailable at any given time during the update process. Additionally, you want to ensure that the update process is triggered automatically whenever a new image is pushed to the Docker Hub repository 'wordpress/wordpress:latest'.
You have a Kubernetes cluster with a Deployment named 'wordpress-deployment running 3 replicas of a WordPress container. You want to expose this deployment as a service and ensure that the service only forwards traffic to the pods With the label 'version: v?. You need to create a service with the following requirements:
- The service name should be swordpress-service'
- The service should be of type 'Load8alancer' for external access.
- The service should only target pods with the label 'version: v?
- The service should expose port 80 on tne service, wmch maps to port 8080 in the WordPress container.