helm-charts
helm-charts copied to clipboard
Helm charts for StackRox Kubernetes Security Platform
Helm charts for the StackRox Kubernetes Security Platform
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 updatecommand to get the latest version of the charts. - Use the
helm install stackrox/stackrox-central-servicescommand to install thecentral-serviceschart. - Use the
helm pull stackrox/stackrox-secured-cluster-servicescommand to download thesecured-cluster-serviceschart.
Installation
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.
Included charts
The StackRox Kubernetes Security Platform Helm charts repository includes the following charts:
central-servicessecured-cluster-services
Central services chart
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
Secured cluster services 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
License
Helm charts for the StackRox Kubernetes Security Platform are licensed under Apache License 2.0.