Usage & Customization¶
Directory Inventory
See the Usage Directory Inventory for a complete listing of files and resources in this directory.
Overview¶
This section provides guidance on how to use and customize the Helm charts for Kubernetes container scanning. The charts are designed to be highly flexible, allowing you to adapt them to your specific environment and requirements.
Deployment Options¶
Our Helm charts support various deployment scenarios:
Local Development and Testing¶
For local development and testing (such as with Minikube or Kind), our charts provide simplified installation with test pods and examples:
This setup is ideal for:
- Learning how the scanning solution works
- Testing custom profiles and configurations
- Developing new scanning approaches
- Local demonstration and validation
Production Deployment¶
For production environments, our charts support enterprise-grade deployment patterns:
Production features include:
- External auth provider integration (OIDC, AWS IAM, etc.)
- Custom threshold configurations
- Resource limits and requests
- Network policies and security constraints
- Integration with external monitoring and logging
Customization Options¶
Our Helm charts provide extensive customization options:
- Customization Guide: Detailed instructions for customizing the Helm charts
- Configuration Reference: Complete reference for all configuration options
- Values Files: Information on creating custom values files for different environments
Getting Started¶
To get started using the Helm charts:
- Choose the appropriate scanner type for your containers:
- Kubernetes API Scanner for standard containers
- Debug Container Scanner for distroless containers
-
Sidecar Container Scanner for universal approach
-
Follow the installation instructions for your chosen scanner type
-
Customize the charts for your environment using the Customization Guide
-
Learn about Security Considerations for secure deployment
-
Explore Operations for troubleshooting and maintenance