CKA Practice Test 2
2nd practice test for CKA exam preparation. First is at CKA exam practice test 1 Display all the pods sorted by start time Create a pod that uses secrets Create a secret Pull secrets from environment variables Pull secrets from a volume Dump the secrets out via kubectl to show it worked Create a job that runs every 3 minutes and prints out the current time. Create a job that runs 20 times, 5 containers at a time, and prints “Hello parallel world” Create a horizontal autoscaling group that starts with 2 pods and scales when CPU usage is over 50%.
Continue Reading