CKAD 試験問題を無料オンラインアクセス
| 試験コード: | CKAD |
| 試験名称: | Linux Foundation Certified Kubernetes Application Developer Exam |
| 認定資格: | Linux Foundation |
| 無料問題数: | 193 |
| 更新日: | 2026-01-10 |
You are running a multi-tier application in Kubernetes. Your application consists of a frontend service (nginx) and a backend service (app). The frontend service exposes a port to the outside world, while the backend service listens on a different port. The backend service needs to access a database service running on a different node.
You need to create a network policy that allows the nginx service to access the app service, and the app service to access the database service. Ensure tnat no otner traffic is allowed between pods in the cluster.
You have a stateful application that requires persistent storage. You need to create a PersistentV01umeClaim (PVC) that Will be used by a Deployment to store application dat a. The PVC should have the following specifications:
- Access Modes: ReadWriteOnce
- Storage Class: 'fast-storage
- Storage Size: IOGi
Provide the YAML code for creating this PVC.
You are deploying a microservice application consisting of three components: 'frontend' , 'backend' , and 'database'. You want to ensure that the 'backend' service is deployed only after the 'frontend' service has successfully started and is healthy. Additionally, the 'database' service should be deployed only after the 'backend' service is ready. How would you implement this deployment strategy using Kubernetes deployments?
You have a Deployment running with a specific image tag, and you want to roll out a new version with a different image tag- However, you want to ensure that the update process is gradual, and only one pod is updated at a time. Additional'" you need to monitor the performance metrics of the application during the update, and if the performance degrades significantly, you need to rollback to the previous version How would you implement this using Kustomize and other Kubernetes features?
You are tasked With setting up a Kubernetes cluster With a service that exposes a web application, along with a database running as a stateful set The application needs to access the database through an internal IP address, but the database should not be accessible from outside the cluster. What are the steps involved to configure this, and what components should be used to achieve this setup?











