CKAD-exercises icon indicating copy to clipboard operation
CKAD-exercises copied to clipboard

A set of exercises to prepare for Certified Kubernetes Application Developer exam by Cloud Native Computing Foundation

Results 71 CKAD-exercises issues
Sort by recently updated
recently updated
newest added

add one more answer of "Remove the 'app' label from the pods we created before"

Use --generator=run-pod/v1 explicitly instead of --restart=Never (not specified in the task)

Hi, I was looking today on https://github.com/dgkanatsios/CKAD-exercises/blob/master/f.services.md - and I think I noticed an issue there: in question: Get service's ClusterIP, create a temp busybox pod and 'hit' that IP...

In the [last question](https://github.com/dgkanatsios/CKAD-exercises/blob/master/f.services.md#create-an-nginx-deployment-of-2-replicas-expose-it-via-a-clusterip-service-on-port-80-create-a-networkpolicy-so-that-only-pods-with-labels-access-granted-can-access-the-deployment-and-apply-it) of "Services and Networking": Network policy seems not working. I am able to get responses for both the busybox commands: ``` controlplane $ kubectl get po...

![image](https://user-images.githubusercontent.com/11809012/142891654-2b178831-2510-41ee-9792-d54f5892bec5.png) ### **what I have to do there? As per the instruction we have to update only the deployment, not the role.**

Data for config.txt did not create correct key-value pairs according to the provided solution. solution number 3 [here](https://github.com/dgkanatsios/CKAD-exercises/blob/master/d.configuration.md) ![image](https://user-images.githubusercontent.com/24936986/139533229-76a5d821-0299-460d-9a7c-1dc64cdf3eeb.png) ![image](https://user-images.githubusercontent.com/24936986/139533278-b1dae00f-4f62-4d96-932c-cadd3e6e68fe.png) ![image](https://user-images.githubusercontent.com/24936986/139533293-24d24950-b56d-4f80-bd9b-a1bf54f1e469.png)

From September 28 onwards CKAD exam will test new set of Domains and Competencies. More information: https://training.linuxfoundation.org/ckad-program-change-2021/

Hi there, First, congratulations on such an amazing compilation of exercises! Good job indeed! I believe there is a mistake at the Cron jobs's last exercise. The solution should be...