Online Access Free CKAD Practice Test

Exam Code:CKAD
Exam Name:Linux Foundation Certified Kubernetes Application Developer Exam
Certification Provider:Linux Foundation
Free Question Number:239
Posted:Jun 02, 2026
Rating
100%

Question 1


Task
You are required to create a pod that requests a certain amount of CPU and memory, so it gets scheduled to-a node that has those resources available.
* Create a pod named nginx-resources in the pod-resources namespace that requests a minimum of 200m CPU and 1Gi memory for its container
* The pod should use the nginx image
* The pod-resources namespace has already been created

Question 2

You need to create a container image for an application that uses a specific version of Node.js (v16.x). How would you define this version within your Dockerfile to ensure the application runs as expected in a Kubernetes cluster?

Question 3

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)?

Question 4

You have a Kubernetes deployment named 'wordpress-deployment' running multiple instances of a WordPress application. You want to implement a rolling update strategy with a 'maxSurge' of 1 and 'maxi-Jnavailable' of O. Additionally, you need to ensure that the update process is automatically triggered when a new image is pushed to the Docker Hub repository 'wordpress-image:latests. Implement a Kustomization file to achieve this.

Question 5

You are building a Kubernetes application that manages a fleet of autonomous vehicles. Each vehicle is represented by a custom resource called 'Vehicle'. You need to implement a CRD that defines the 'Vehicle' resource, including its required fields (like 'location', and 'status'), and ensures that the 'status' field can only be updated by the controller managing the vehicles.

Recent Comments (The most recent comments are at the top.)

test  
Mar 14, 2025

good explanation

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.