Scale down Kubernetes deployments after work hours
Teleport is an access platform for your infrastructure
Container Storage Interface (CSI) driver, provisioner, snapshotter, resizer and attacher for Ceph RBD
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. 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 oci://ghcr.io/deliveryhero/helm-charts/locust \ --set loadtest.name=my-loadtest \ --set loadtest.locust_locustfile_configmap=my-loadtest-locustfile \ --set loadtest.locust_lib_configmap=my-loadtest-lib
GitLab is the most comprehensive AI-powered DevSecOps Platform.
A Helm chart for Woodpecker CI
NGINX Ingress Controller is an Ingress controller that manages external access to HTTP services in a Kubernetes cluster using NGINX.
A Helm chart for deploying the Percona Operator for MySQL (based on Percona XtraDB Cluster)
Envoy Gateway simplifies traffic management by extending Envoy Proxy's features, offering Kubernetes Gateway API integration for secure, scalable, and observable application routing
A chart for installing Confluence Data Center on Kubernetes
(ALPHA) High-performance distributed object storage with S3-compatible API
Chaos Mesh is a cloud-native Chaos Engineering platform that orchestrates chaos on Kubernetes environments.
Metrics Server is a scalable, efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines.
Automatic SRE Superpowers within your Kubernetes cluster
Contour is an open source Kubernetes ingress controller that works by deploying the Envoy proxy as a reverse proxy and load balancer.
Use HostPath for persistent local storage with Kubernetes
Temporal is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.
Kubernetes admission controller to inject timezones into Pods and CronJobs