Install and Configure
Requirements
Section titled “Requirements”Intelligent Command Center is meant to be deployed into an existing Kubernetes environment and relies on a number of existing services for database, caching, and monitoring.
- Supporting infrastructure:
- A Kubernetes environment
- At this time, we only support AWS EKS
- A PostgreSQL server and superuser credentials to it
- Our installation script will create the necessary databases and a limited-access user specifically for those databases
- One or two Valkey instances
- We support self-hosted instances or AWS Elasticache
- A Prometheus server
- The
PodMonitor
andServiceMonitor
Custom Resource Definitions (CRDs) must also be installed in Kubernetes
- The
- A Kubernetes environment
- Local software:
- Bash
- AWS CLI v2
kubectl
jq
curl
psql
Supported Cloud Providers
Section titled “Supported Cloud Providers”We officially support the following cloud providers:
The recommended way to install to any of the supported cloud providers is to use our install script.
Next steps
Section titled “Next steps”- View our complete guide into the supporting infrastructure dependencies which goes into deeper detail about each requirement
- To install the Open Source Intelligent Command Center, view our Open Source guide
- To install the Enterprise release of Intelligent Command Center, view our Enterprise guide