Hi all!
I’m trying to create a setup with auto starting Pods:
- Pods that are configured to load automatically even in the case of a reboot to the node device and lost of connectivity to the Master.
- The pods need to perform this way on whatever node they are assigned to.
- Once connectivity to the master is restored, the master should take over the pod and deal with it. But in some cases that can happen only long after the reboot.
I’m struggling to find the correct way to achieve this kind of setup.
Help would be very appreciated.
Thanks!