{"id":19459779,"url":"https://github.com/anza-labs/manifests","last_synced_at":"2025-02-25T12:21:28.067Z","repository":{"id":248814747,"uuid":"829554963","full_name":"anza-labs/manifests","owner":"anza-labs","description":"Application manifests for Flux managed clusters","archived":false,"fork":false,"pushed_at":"2024-10-16T22:06:55.000Z","size":110,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-10-18T22:15:50.644Z","etag":null,"topics":["flux","gitops","hacktoberfest","kubernetes"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anza-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-16T17:03:59.000Z","updated_at":"2024-10-16T22:06:59.000Z","dependencies_parsed_at":"2024-08-28T15:07:56.909Z","dependency_job_id":"f6984600-050f-4219-ade6-e5ba5851f84e","html_url":"https://github.com/anza-labs/manifests","commit_stats":null,"previous_names":["anza-labs/manifests"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anza-labs%2Fmanifests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anza-labs%2Fmanifests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anza-labs%2Fmanifests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anza-labs%2Fmanifests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anza-labs","download_url":"https://codeload.github.com/anza-labs/manifests/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240664480,"owners_count":19837563,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flux","gitops","hacktoberfest","kubernetes"],"created_at":"2024-11-10T17:34:02.551Z","updated_at":"2025-02-25T12:21:28.029Z","avatar_url":"https://github.com/anza-labs.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Manifests\n\n## GitOps using Flux and Renovate\n\n### Overview\n\nThis 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.\n\nThe 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.\n\n```mermaid\ngraph TD\n    subgraph apps\n        subgraph a_groups[ $group ]\n            subgraph ag_app[ $app ]\n                aga_kustomization[ kustomization ]\n            end\n        end\n    end\n\n    subgraph clusters\n        subgraph q_cluster[ $cluster ]\n            qc_kustomization[ kustomization ]\n        end\n    end\n\n    subgraph configs\n        subgraph c_groups[ $group ]\n            subgraph cg_app[ $app_config ]\n                cga_kustomization[ kustomization ]\n                cga_manifests[ manifests ]\n            end\n        end\n    end\n\n    subgraph environments\n        subgraph e_base[ base ]\n            eb_kustomization[ kustomization ]\n        end\n        subgraph e_environment[ $environment ]\n            ee_kustomization[ kustomization ]\n        end\n    end\n\n    subgraph repositories\n        r_kustomization[ kustomization ]\n    end\n\n    subgraph versioned\n        subgraph v_cluster[ $cluster ]\n            vc_kustomization[ kustomization ]\n            vc_patches[ patches ]\n        end\n    end\n\n    vc_patches --\u003e vc_kustomization\n    cga_kustomization --\u003e cga_manifests\n    ee_kustomization --\u003e eb_kustomization\n    eb_kustomization --\u003e r_kustomization\n    qc_kustomization --\u003e vc_kustomization\n    qc_kustomization --\u003e ee_kustomization\n    aga_kustomization --\u003e cga_kustomization\n    vc_kustomization --\u003e aga_kustomization\n```\n\n### Automated Updates\n\nRenovate is configured to automatically check for updates to dependencies. Refer to `renovate.json` for configuration details.\n\n### License\n\nThis repository is licensed under the [The Unlicense](LICENSE). Feel free to modify and adapt it for your needs.\n\n### Contribution\n\nFeel free to contribute by opening issues or submitting pull requests. Your feedback and contributions are highly appreciated!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanza-labs%2Fmanifests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanza-labs%2Fmanifests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanza-labs%2Fmanifests/lists"}