Service commands
Service commands
Stop and restart commands depend on your installation method and the specific service. Refer to the official documentation for the appropriate commands.
- Linux installation: Depending on your distribution and the service, use
systemctlorservice. See the systemctl documentation and the service documentation for details. - Docker Compose deployment: Refer to the official Docker Compose documentation.
- Kubernetes deployment: Refer to the kubectl scale documentation or the kubectl rollout restart documentation.