Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anza-labs/manifests
Application manifests for Flux managed clusters
https://github.com/anza-labs/manifests
flux gitops hacktoberfest kubernetes
Last synced: about 1 month ago
JSON representation
Application manifests for Flux managed clusters
- Host: GitHub
- URL: https://github.com/anza-labs/manifests
- Owner: anza-labs
- License: unlicense
- Created: 2024-07-16T17:03:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T22:06:55.000Z (2 months ago)
- Last Synced: 2024-10-18T22:15:50.644Z (2 months ago)
- Topics: flux, gitops, hacktoberfest, kubernetes
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Manifests
## GitOps using Flux and Renovate
### Overview
This repository serves as a complementary resource to the [anza-labs/infra](https://github.com/anza-labs/infra) repository, focusing on the deployment and management of applications in Kubernetes clusters. It contains a curated collection of applications packaged into kustomize configurations, which can be seamlessly deployed and managed using Flux, a GitOps tool that ensures your Kubernetes clusters are always in sync with your desired state as represented in Git.
The primary goal of this repository is to provide a streamlined and automated approach to managing Kubernetes applications. By leveraging GitOps principles, all changes to the cluster state are tracked and version-controlled, ensuring a clear audit trail and easy rollback if necessary. Flux continuously monitors your Git repository for changes and applies them to the cluster, making it a powerful tool for maintaining the desired state of your infrastructure.
### Automated Updates
Renovate is configured to automatically check for updates to dependencies. Refer to `renovate.json` for configuration details.
### License
This repository is licensed under the [The Unlicense](LICENSE). Feel free to modify and adapt it for your needs.
### Contribution
Feel free to contribute by opening issues or submitting pull requests. Your feedback and contributions are highly appreciated!