mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
Revamp documentation and reduce host sensor workers
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
This commit is contained in:
@@ -1,26 +1,47 @@
|
||||
# Helm chart - DEPRECATED
|
||||
# Helm Chart Examples
|
||||
|
||||
[helm chart repo](https://github.com/armosec/armo-helm)
|
||||
> ⚠️ **DEPRECATED**: This directory contains legacy Helm chart examples that are no longer maintained.
|
||||
|
||||
## Current Helm Charts
|
||||
|
||||
## Values
|
||||
For the latest Kubescape Helm charts, please visit:
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| affinity | object | `{}` | |
|
||||
| configMap | object | `{"create":true,"params":{"clusterName":"<MyK8sClusterName>","customerGUID":"<MyGUID>,"}}` | ARMO customer information |
|
||||
| fullnameOverride | string | `""` | |
|
||||
| image | object | `{"imageName":"kubescape","pullPolicy":"IfNotPresent","repository":"quay.io/armosec","tag":"latest"}` | Image and version to deploy |
|
||||
| imagePullSecrets | list | `[]` | |
|
||||
| nameOverride | string | `""` | |
|
||||
| nodeSelector | object | `{}` | |
|
||||
| podAnnotations | object | `{}` | |
|
||||
| podSecurityContext | object | `{}` | |
|
||||
| resources | object | `{"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"200m","memory":"256Mi"}}` | Default resources for running the service in cluster |
|
||||
| schedule | string | `"0 0 * * *"` | Frequency of running the scan |
|
||||
| securityContext | object | `{}` | |
|
||||
| serviceAccount | object | `{"annotations":{},"create":true,"name":"kubescape-discovery"}` | Service account that runs the scan and has permissions to view the cluster |
|
||||
| tolerations | list | `[]` | |
|
||||
**[Kubescape Helm Charts Repository](https://github.com/kubescape/helm-charts)**
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
||||
## Quick Install
|
||||
|
||||
```bash
|
||||
# Add the Kubescape Helm repository
|
||||
helm repo add kubescape https://kubescape.github.io/helm-charts/
|
||||
helm repo update
|
||||
|
||||
# Install the Kubescape operator
|
||||
helm upgrade --install kubescape kubescape/kubescape-operator \
|
||||
--namespace kubescape \
|
||||
--create-namespace
|
||||
```
|
||||
|
||||
## Available Charts
|
||||
|
||||
| Chart | Description |
|
||||
|-------|-------------|
|
||||
| [kubescape-operator](https://github.com/kubescape/helm-charts/tree/main/charts/kubescape-operator) | Full Kubescape in-cluster operator |
|
||||
|
||||
## Documentation
|
||||
|
||||
- [Operator Installation Guide](https://kubescape.io/docs/install-operator/)
|
||||
- [Operator Configuration Options](https://github.com/kubescape/helm-charts/blob/main/charts/kubescape-operator/README.md)
|
||||
- [Prometheus Integration](https://github.com/kubescape/helm-charts/blob/main/charts/kubescape-operator/README.md#kubescape-prometheus-integration)
|
||||
|
||||
## Migration from Legacy Charts
|
||||
|
||||
If you were using the legacy `armo-helm` charts, please migrate to the new `kubescape/helm-charts` repository. The new charts provide:
|
||||
|
||||
- Continuous vulnerability scanning
|
||||
- Configuration scanning
|
||||
- Runtime threat detection (eBPF-based)
|
||||
- Network policy generation
|
||||
- Prometheus metrics
|
||||
- And more...
|
||||
|
||||
See the [migration guide](https://kubescape.io/docs/install-operator/) for detailed instructions.
|
||||
Reference in New Issue
Block a user