Task 8 Requirements:
Create a static pod on node01 called nginx-critical with image nginx and make sure that it is recreated/restarted automatically in case of a failure.
Use /etc/kubernetes/manifests as the Static Pod path for example.
I have two questions:
1.Why does it not work following below instruction (4 methods to choose where Kubernetes schedules specific Pods), per the solution video, it’s reinforced this has to be done on node01? Is this the constraint of static pod?
Assigning Pods to Nodes | Kubernetes
2.In there any limitation to reference docs in Kubernetes web site during CKA exam? By playing with the mock exam, I noticed at times it explicitly asks you to navigate to Kubernetes web site and load the link in the right corner close to the terminal, so worried whatif otherwise?