Skip to content

Install and Configure

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 and ServiceMonitor Custom Resource Definitions (CRDs) must also be installed in Kubernetes
  • Local software:
    • Bash
    • AWS CLI v2
    • kubectl
    • jq
    • curl
    • psql

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.