Dependencies
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