Ratings and Reviews
5.0
Avg. Rating
1 Ratings
5
1
4
0
3
0
2
0
1
0
What's your experience? We'd love to know!
Login to Review
What's your experience? We'd love to know!
Login to Review
Login
Accessing this course requires a login, please enter your credentials below!
Hello Tutorial Dojo, I have reviewed all the questions for KCNA and found it to be a good mix of Kubernetes and cloud concepts. Below are some of my recommendations. The below one can be 1) Which of the following is the most common way to run an application on your Kubernetes cluster that provides declarative updates for your Pods. Add Replicaset in the list of options and it will be more tricker to answer. 2) I believe we do have a TERMINATING state for a pod NAME READY STATUS RESTARTS AGE pod-186o2 1/1 Terminating 0 2h 3) The multistage is best approach for sure. Using Kustomize there is a possibility to reduce yaml file. In the related question we can use which out of this is the best approach to reduce the image size. This may be clearer.