Comment on page
Install with production configuration
StackState Self-hosted v5.0.x
This page describes StackState version 5.0.
StackState prefers Kubernetes!
In the future we will move away from Linux support. Read how to migrate from the Linux install of StackState to the Kubernetes install.
Before starting the installation, ensure your system(s) meet StackState's production deployment installation requirements.
The StackState production environment requires two nodes a StackGraph and a StackState node.
Configure StackState to run in the two-node setup requires the following steps:
- 1.Install the package using the instruction for Installing StackState, using
PRODUCTION-STACKGRAPH
as SETUP configuration parameter. - 2.
To prepare an additional node for running a StackState component, follow these steps:
- 1.Install the package using the instruction for Installing StackState, using
PRODUCTION-STACKSTATE
as SETUP configuration parameter.
After you have installed StackState, refer to the following pages for configuration instructions:
Note that the StackGraph node always needs to be running before starting StackState
On the StackGraph node, the following commands will start/stop StackGraph:
sudo systemctl start stackgraph.service
sudo systemctl stop stackgraph.service
On the StackState node, the following commands will start/stop StackState:
sudo systemctl start stackstate.service
sudo systemctl stop stackstate.service
Last modified 1yr ago