{"id":19472228,"url":"https://github.com/fluxcd/kustomize-controller","last_synced_at":"2025-05-14T06:05:58.312Z","repository":{"id":37496151,"uuid":"255819303","full_name":"fluxcd/kustomize-controller","owner":"fluxcd","description":"The GitOps Toolkit Kustomize reconciler","archived":false,"fork":false,"pushed_at":"2025-05-07T17:00:23.000Z","size":4735,"stargazers_count":263,"open_issues_count":90,"forks_count":203,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-05-07T17:44:28.266Z","etag":null,"topics":["gitops-toolkit"],"latest_commit_sha":null,"homepage":"https://fluxcd.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluxcd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2020-04-15T05:57:38.000Z","updated_at":"2025-05-07T16:59:02.000Z","dependencies_parsed_at":"2023-02-17T07:15:52.599Z","dependency_job_id":"4e2f90d5-56fa-433a-958b-74976b4bcde9","html_url":"https://github.com/fluxcd/kustomize-controller","commit_stats":{"total_commits":1068,"total_committers":79,"mean_commits":"13.518987341772151","dds":"0.45318352059925093","last_synced_commit":"29080cbd8cd593ec7c756bc25630f6c11ddcbd2a"},"previous_names":[],"tags_count":226,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluxcd%2Fkustomize-controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluxcd%2Fkustomize-controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluxcd%2Fkustomize-controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluxcd%2Fkustomize-controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluxcd","download_url":"https://codeload.github.com/fluxcd/kustomize-controller/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254078635,"owners_count":22011009,"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":["gitops-toolkit"],"created_at":"2024-11-10T19:13:34.668Z","updated_at":"2025-05-14T06:05:58.235Z","avatar_url":"https://github.com/fluxcd.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# kustomize-controller\n\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4787/badge)](https://bestpractices.coreinfrastructure.org/projects/4787)\n[![e2e](https://github.com/fluxcd/kustomize-controller/workflows/e2e/badge.svg)](https://github.com/fluxcd/kustomize-controller/actions)\n[![report](https://goreportcard.com/badge/github.com/fluxcd/kustomize-controller)](https://goreportcard.com/report/github.com/fluxcd/kustomize-controller)\n[![license](https://img.shields.io/github/license/fluxcd/kustomize-controller.svg)](https://github.com/fluxcd/kustomize-controller/blob/main/LICENSE)\n[![release](https://img.shields.io/github/release/fluxcd/kustomize-controller/all.svg)](https://github.com/fluxcd/kustomize-controller/releases)\n\nThe kustomize-controller is a [Flux](https://github.com/fluxcd/flux2) component,\nspecialized in running continuous delivery pipelines for infrastructure and workloads\ndefined with Kubernetes manifests and assembled with Kustomize.\n\nThe cluster desired state is described through a Kubernetes Custom Resource named `Kustomization`.\nBased on the creation, mutation or removal of a `Kustomization` resource in the cluster,\nthe controller performs actions to reconcile the cluster current state with the desired state.\n\n![overview](docs/diagrams/kustomize-controller-overview.png)\n\n## Features\n\n* watches for `Kustomization` objects\n* fetches artifacts produced by [source-controller](https://github.com/fluxcd/source-controller) from `Source` objects \n* watches `Source` objects for revision changes \n* generates the `kustomization.yaml` file if needed\n* generates Kubernetes manifests with Kustomize SDK\n* decrypts Kubernetes secrets with Mozilla SOPS and KMS\n* validates the generated manifests with Kubernetes server-side apply dry-run\n- detects drift between the desired and state and cluster state\n- corrects drift by patching objects with Kubernetes server-side apply\n* prunes the Kubernetes objects removed from source\n* checks the health of the deployed workloads\n* runs `Kustomizations` in a specific order, taking into account the depends-on relationship \n* notifies whenever a `Kustomization` status changes\n\n## Specifications\n\n* [API](docs/spec/v1/README.md)\n* [Controller](docs/spec/README.md)\n\n## Guides\n\n* [Get started with Flux](https://fluxcd.io/flux/get-started/)\n* [Setup Notifications](https://fluxcd.io/flux/guides/notifications/)\n* [Manage Kubernetes secrets with Flux and Mozilla SOPS](https://fluxcd.io/flux/guides/mozilla-sops/)\n* [How to build, publish and consume OCI Artifacts with Flux](https://fluxcd.io/flux/cheatsheets/oci-artifacts/)\n* [Flux and Kustomize FAQ](https://fluxcd.io/flux/faq/#kustomize-questions)\n\n## Roadmap\n\nThe roadmap for the Flux family of projects can be found at \u003chttps://fluxcd.io/roadmap/\u003e.\n\n## Contributing\n\nThis project is Apache 2.0 licensed and accepts contributions via GitHub pull requests.\nTo start contributing please see the [development guide](DEVELOPMENT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluxcd%2Fkustomize-controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluxcd%2Fkustomize-controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluxcd%2Fkustomize-controller/lists"}