{"id":20645206,"url":"https://github.com/x-ethr/cluster-management","last_synced_at":"2025-10-08T21:59:39.104Z","repository":{"id":241433770,"uuid":"806853155","full_name":"x-ethr/cluster-management","owner":"x-ethr","description":"Kubernetes GitOps","archived":false,"fork":false,"pushed_at":"2024-08-08T01:23:43.000Z","size":399,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-17T09:32:45.292Z","etag":null,"topics":["ethr","flux","gitops","kubernetes","x-ethr"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/x-ethr.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-05-28T03:17:10.000Z","updated_at":"2024-08-08T01:23:46.000Z","dependencies_parsed_at":"2024-06-04T20:40:36.233Z","dependency_job_id":"675bd90f-dae5-44cf-bd84-40e0f7be8cdd","html_url":"https://github.com/x-ethr/cluster-management","commit_stats":null,"previous_names":["x-ethr/cluster-management"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-ethr%2Fcluster-management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-ethr%2Fcluster-management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-ethr%2Fcluster-management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-ethr%2Fcluster-management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/x-ethr","download_url":"https://codeload.github.com/x-ethr/cluster-management/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242714052,"owners_count":20173581,"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":["ethr","flux","gitops","kubernetes","x-ethr"],"created_at":"2024-11-16T16:19:10.536Z","updated_at":"2025-10-08T21:59:34.075Z","avatar_url":"https://github.com/x-ethr.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# cluster-management\n\nKubernetes GitOps for Management Cluster(s)\n\n## New Cluster Provisioning\n\n*Local* - Create cluster.\n\n```bash\nkind create cluster --config \"configuration.yaml\"\nkubectl config set-context \"$(printf \"%s-kind\" \"kind\")\"\n```\n\nBootstrap.\n```bash\nflux bootstrap github --repository \"https://github.com/iac-factory/cluster-management\" \\\n    --owner \"iac-factory\" \\\n    --private \"false\" \\\n    --personal \"false\" \\\n    --path \"clusters/local\"\n```\n\nSync local cluster repository's `vendors`.\n```bash\ngit submodule update --remote --recursive\n```\n\nAdd `kustomization.yaml` to new cluster directory.\n\n```bash\ncat \u003c\u003c EOF \u003e ./vendors/cluster-management/clusters/local/kustomization.yaml\napiVersion: kustomize.config.k8s.io/v1beta1\nkind: Kustomization\nresources: []\nEOF\n```\n\nUpdate.\n\n```bash\ngit submodule foreach \"git add . \u0026\u0026 git commit --message \\\"Git Submodule Update(s)\\\" \u0026\u0026 git push -u origin HEAD:main\" \n```\n\n## References\n\n- https://kiali.io/docs/configuration/kialis.kiali.io/#example-cr\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx-ethr%2Fcluster-management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fx-ethr%2Fcluster-management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx-ethr%2Fcluster-management/lists"}