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

command formatted as code to make dollar signs visible

According to the 4th question, the output should be in the format of `/`. The previous `awk` solution does not exactly follow the format, and the `kubectl get events -A`...

``` helm install -f myvalues.yaml my redis ./redis ``` ↓ ``` helm install -f myvalues.yaml myredis ./redis ```

Helm install command has a mistake now ``` helm install -f myvalues.yaml my redis ./redis ``` correct ``` helm install -f myvalues.yaml myredis ./redis ```

Isn't clear that user cannot run this command throught their shell. ``` Test if the deployment was successful: curl $(kubectl get svc my-app-svc -o jsonpath="{.spec.clusterIP}") version-1 ``` Infact they should...

Hi, in the JOBS part during the first exercise it misses the version of the perl images. If you use the latest version the command will break.

Create a similar 2 deployment and mark them as Blue and Green. Create a Service so that the load is balanced between Blue and Green at 75%-25% ratio. Does anyone...

POD_IP created confusion as some variable name, so added to consider as variable values of pod IPs need to feed into wget -O- :8080