https://github.com/form3tech-oss/x-pdb
Multi-cluster Pod Disruption Budget Tool
https://github.com/form3tech-oss/x-pdb
Last synced: 24 days ago
JSON representation
Multi-cluster Pod Disruption Budget Tool
- Host: GitHub
- URL: https://github.com/form3tech-oss/x-pdb
- Owner: form3tech-oss
- License: apache-2.0
- Created: 2024-11-25T15:55:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-26T18:36:47.000Z (over 1 year ago)
- Last Synced: 2025-01-26T19:33:57.097Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 8.93 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# X-PDB
X-PDB allows you to define multi-cluster PodDisruptionBudgets and blocks evictions or Pod deletions when they are too disruptive.
This allows you to operate stateful workloads spanning multiple clusters and limit disruptions to a necessary minimum.
This is needed, because each cluster acts individually (evictions, rolling out updates etc) which may cause service disruptions simultaneously across clusters.
## ๐Documentation
X-PDB installation and reference documents are available at https://form3tech-oss.github.io/x-pdb.
๐ [Overview](https://form3tech-oss.github.io/x-pdb)
๐ [Getting Started](https://form3tech-oss.github.io/x-pdb/getting-started)
๐ [Configure X-PDB Resources](https://form3tech-oss.github.io/x-pdb/configuring-xpdb)
## Contributing
๐ [Developer Guide](https://form3tech-oss.github.io/x-pdb/developer-guide)
๐ [Code of Conduct](https://form3tech-oss.github.io/x-pdb/code-of-conduct)
## License
X-PDB is licensed under the [Apache License 2.0](./LICENSE).