Helm charts repository for Uptycs K8sosquery & Kubequery.
Helm charts for K8sosquery and Kubernetes resources required for it to function well in a cluster.
Helm charts for Kubequery and Kubernetes resources required for it to function well in a cluster.
Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.
helm repo add kspm-helm-charts https://uptycslabs.github.io/kspm-helm-charts
[!NOTE] If you had already added this repo earlier, please perform a Helm update to retrieve the latest versions of the packages. You can then do a Helm search to see the charts.
helm repo update
helm search repo kspm-helm-charts
values.yaml files for K8sosquery & Kubequery from Uptycs UI. Downloaded file will be a tarball(.tar.gz) package.[!TIP] Tweak the appropriate fields in downloaded value files to enable or disable different features such as Uptycs Protect, Admission Controllers, and Detections on Audit Logs.
helm install k8sosquery -f <path_to_downloaded_k8sosquery_values_file> kspm-helm-charts/k8sosquery
helm install kubequery --set deployment.spec.hostname=<cluster_name_in_uptycs_ui> -f <path_to_downloaded_kubequery_values_file> kspm-helm-charts/kubequery
kubectl get po -n uptycs
kubectl get po -n kubequery