Search open source projects
16 projects found for "cluster backup"
Velero
Apache-2.0Backup, restore, and migration tool for Kubernetes clusters, protecting both cluster resources and persistent volume data against loss or letting you move workloads between clusters.
- Storage
Longhorn
Apache-2.0Lightweight, distributed block storage for Kubernetes, designed to be simple to deploy and operate compared to heavier storage systems.
- Storage
Sonobuoy
Apache-2.0Kubernetes conformance testing tool that diagnostically checks whether a cluster is configured correctly and behaves per the Kubernetes spec.
- Testing
Thanos
Apache-2.0Extends Prometheus with long-term storage, global querying across clusters, and high availability for large-scale metrics deployments.
- Monitoring
Argo CD
Apache-2.0The leading GitOps continuous delivery tool for Kubernetes, automatically syncing your cluster state to match what's defined in git.
- DevOps
Argo Workflows
Apache-2.0Kubernetes-native workflow engine that runs each step of a pipeline as a container, orchestrating parallel jobs and multi-step DAGs directly on a cluster.
- Automation
Ceph
LGPL-2.1Industry-standard distributed storage system providing object, block, and file storage from a single unified cluster.
- Storage
etcd
Apache-2.0Distributed, consistent key-value store that Kubernetes itself uses to store all cluster state, and a reliable building block for other distributed systems.
- DevOps
Flux
Apache-2.0GitOps continuous delivery tool for Kubernetes that keeps a cluster's state synchronized with a git repository, a genuine alternative to Argo CD.
- DevOps
Kepler
Apache-2.0Kubernetes Efficient Power Level Exporter that measures and exposes the energy consumption of workloads running on a cluster.
- Monitoring
kube-bench
Apache-2.0CIS Kubernetes Benchmark compliance checker that audits a cluster's configuration against official security best practices.
- Testing
kube-burner
Apache-2.0Kubernetes performance and scale testing tool that generates configurable cluster load to measure how a cluster behaves under stress.
- Testing
Kubescape
Apache-2.0Kubernetes security posture and compliance scanner that checks clusters against security frameworks and best practices.
- DevOps
Okteto
Apache-2.0Development tool that lets you code locally while running and debugging your application directly inside a remote Kubernetes cluster.
- Developer Tools
Skaffold
Apache-2.0Local Kubernetes development tool that automates the build-push-deploy loop so code changes are reflected in a cluster automatically.
- Developer Tools
Strimzi
Apache-2.0Kubernetes operator that automates running Apache Kafka clusters, handling deployment, configuration, and lifecycle management.
- Backend