Graceful Reboot Procedure
A graceful reboot ensures that AppViewX services and Kubernetes workloads remain stable and recover seamlessly after system restarts. This procedure describes the steps to safely stop services, reboot nodes, and verify that all components return to a healthy and balanced state across the cluster.
Operating system updates (such as using apt update) can be performed
without stopping application services. However, before initiating a server reboot,
follow the sequence below:
- Log in to the AppViewX worker node where the installation was originally initiated.
-
Go to the scripts directory inside the installer directory.
cd <installer_directory_path>/appviewx_kubernetes/scripts -
If the application is deployed in a single node setup:
-
If the application is deployed in a multinode setup for high availability,
there are two approaches:
-
Maintain pods distribution on servers post reboot.


