A chart to install Locust, a scalable load testing tool written in Python. This chart will setup everything required to run a full distributed locust environment with any amount of workers. This chart will also create configmaps for storing the locust files in Kubernetes, this way there is no need to build custom docker images. By default it will install using an example locustfile and lib from [stable/locust/locustfiles/example](https://github.com/deliveryhero/helm-charts/tree/master/stable/locust/locustfiles/example). When you want to provide your own locustfile, you will need to create 2 configmaps using the structure from that example: ```console kubectl create configmap my-loadtest-locustfile --from-file path/to/your/main.py kubectl create configmap my-loadtest-lib --from-file path/to/your/lib/ ``` And then install the chart passing the names of those configmaps as values: ```console helm install locust deliveryhero/locust \ --set loadtest.name=my-loadtest \ --set loadtest.locust_locustfile_configmap=my-loadtest-locustfile \ --set loadtest.locust_lib_configmap=my-loadtest-lib ```
Prometheus, a CNCF project, is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true.
This chart bootstraps a Prometheus deployment on a Kubernetes cluster using the Helm package manager.
2 occurrences:
💡 Missing property object `requests.cpu` - value should be within the accepted boundaries recommended by the organization
Learn how to fix the issue here
2 occurrences:
💡 Missing property object `limits.memory` - value should be within the accepted boundaries recommended by the organization
Learn how to fix the issue here
2 occurrences:
💡 Missing property object `limits.cpu` - value should be within the accepted boundaries recommended by the organization
Learn how to fix the issue here
2 occurrences:
💡 Missing property object `livenessProbe` - add a properly configured livenessProbe to catch possible deadlocks
Learn how to fix the issue here
1 occurrences:
💡 Missing property object `readinessProbe` - add a properly configured readinessProbe to notify kubelet your Pods are ready for traffic
Learn how to fix the issue here
3 occurrences:
💡 Missing property object `allow-snippet-annotations` - set it to "false" to override default behaviour
Learn how to fix the issue here
2 occurrences:
💡 Missing property object `requests.memory` - value should be within the accepted boundaries recommended by the organization
Learn how to fix the issue here