Resource requests and limits
Learn more about how to configure resource requests and limits for Cloudera Streaming Analytics - Kubernetes Operator.
You can configure the request and resource limits in the values.yaml
file for the following:
- Pods
- Databases
- Webhooks
The following limits are defined in the values.yaml
file by default:
Default initial request | Default resource limit | |
---|---|---|
Operator Pod - CPU | 500m | 1000m |
Operator Pod - Memory | 1024Mi | 1024Mi |
Pod - CPU | 1000m | 1500m |
Pod - Memory | 2048Mi | 2048Mi |
Database - CPU | 200m | 500m |
Database - Memory | 512Mi | 512Mi |
Webhook - CPU | 100m | 500m |
Webhook | sink | Can be used as HTTP POST/PUT with templates and headers |
Webhook - Memory | 512Mi | 512Mi |