This repository contains Helm charts for the StackRox Kubernetes Security Platform as well as Red Hat Advanced Cluster Security (ACS). StackRox is the Open Source upstream project of ACS.
To use the StackRox charts, add https://raw.githubusercontent.com/stackrox/helm-charts/main/opensource/ as a repository:
$ helm repo add stackrox https://raw.githubusercontent.com/stackrox/helm-charts/main/opensource/
Afterwards, you can update, download, and install the available charts. For example:
- Use the
helm repo update
command to get the latest version of the charts. - Use the
helm install stackrox/stackrox-central-services
command to install thecentral-services
chart. - Use the
helm pull stackrox/stackrox-secured-cluster-services
command to download thesecured-cluster-services
chart.
For instructions on how to install the StackRox Kubernetes Security Platform with these Helm charts, see Quick Start (Helm).
To install ACS, follow the OpenShift docs Helm quick Install Guide.
The StackRox Kubernetes Security Platform Helm charts repository includes the following charts:
The Helm chart to install StackRox Central is called stackrox-central-services
.
The installation can be customized to your needs. Please consult the documentation at OpenShift docs for detailed configuration options:
Configure the central-services Helm chart
The chart to install per-cluster and per-node components of StackRox is called stackrox-secured-cluster-services
.
The installation can be customized to your needs. Consult the OpenShift docs for detailed configuration options:
Configuring the secured-cluster-services Helm chart
Helm charts for the StackRox Kubernetes Security Platform are licensed under Apache License 2.0.