Hello is there a proper way to shutdown mosip?
do we have a script for gracefully shutting off pods within the clusters? before we shutdown/reboot the VMs.
If there is a script for shutting down, is there also a script for starting the pods?
Hello is there a proper way to shutdown mosip?
do we have a script for gracefully shutting off pods within the clusters? before we shutdown/reboot the VMs.
If there is a script for shutting down, is there also a script for starting the pods?
At the moment, we do not possess a script for managing the startup and shutdown of MOSIP services in the Kubernetes cluster. However, we can achieve the same outcome by adjusting the replica count of the respective deployment or stateful set to zero for stopping and then sequentially following the installation order (external/mosip) in reverse. To initiate the services again, set the replicas back to 1, please refer to the MOSIP documentation for the recommended sequence.