StormForge architecture
less than a minute
The following components run in a dedicated namespace (by default, stormforge-system) on your Kubernetes cluster:
- StormForge Agent
- StormForge Applier
- StormForge Exporter
The following components exist outside of your cluster:
- The StormForge cloud
- The
stormforgeCLI tool (optional) - The StormForge UI (web application)
The StormForge Agent is a Kubernetes Pod with an application written in Go. The Agent discovers and reports on workloads in the namespaces in the cluster. You can restrict access to namespaces by using an allowNamespaces or a denyNamespaces list.
The StormForge Exporter collects resource usage, performance metrics, and kube-state-metrics data and sends them to the StormForge cloud.
The StormForge machine learning algorithm analyzes workload usage patterns to provide CPU and memory recommendations on the schedule that you define.
The StormForge Applier is installed by default and applies recommendations automatically or on demand. You can also download recommendations as patches to apply as part of a CI/CD workflow.
The StormForge web application (UI) enables you to visualize the projected impact of recommendations, configure and apply recommendations, and view overall cluster and workload health. You can interact with workloads and recommendations by using the optional StormForge CLI.
Related information:
- Namespace allowList and denyList
- Schedule setting
- Applier configuration
- View and apply recommendations
- CLI reference
