{"id":23897494,"url":"https://github.com/yankeguo/ezdeploy","last_synced_at":"2026-04-02T17:54:05.228Z","repository":{"id":59047286,"uuid":"534122100","full_name":"yankeguo/ezdeploy","owner":"yankeguo","description":"A simple tool to deploy various Kubernetes resources","archived":false,"fork":false,"pushed_at":"2024-12-30T05:39:42.000Z","size":158,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-14T19:40:01.571Z","etag":null,"topics":["gitops","golang","helm","jsonnet","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yankeguo.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"yankeguo","patreon":"yankeguo"}},"created_at":"2022-09-08T08:35:36.000Z","updated_at":"2024-12-30T05:39:46.000Z","dependencies_parsed_at":"2024-12-30T06:36:19.108Z","dependency_job_id":"34359466-9b5f-4adf-aa9d-979602e318ab","html_url":"https://github.com/yankeguo/ezdeploy","commit_stats":null,"previous_names":["yankeguo/ezops","guoyk93/ezops","yankeguo/ezdeploy"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/yankeguo/ezdeploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yankeguo%2Fezdeploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yankeguo%2Fezdeploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yankeguo%2Fezdeploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yankeguo%2Fezdeploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yankeguo","download_url":"https://codeload.github.com/yankeguo/ezdeploy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yankeguo%2Fezdeploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31312744,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","golang","helm","jsonnet","kubernetes"],"created_at":"2025-01-04T17:16:11.483Z","updated_at":"2026-04-02T17:54:05.201Z","avatar_url":"https://github.com/yankeguo.png","language":"Go","funding_links":["https://github.com/sponsors/yankeguo","https://patreon.com/yankeguo"],"categories":[],"sub_categories":[],"readme":"# ezdeploy\n\nA simple tool to deploy various Kubernetes resources\n\nNO DAEMON, NO SERVICE, JUST ONE-OFF EXECUTION\n\n[中文文档](README.zh.md)\n\n## Features\n\n- Support `yaml`, `json`, `jsonnet` and `Helm`\n- Support incremental updates\n\n## Installation\n\nYou can either build binary from source, or just download pre-built binary.\n\n- Build from source\n\n  ```shell\n  git clone https://github.com/yankeguo/ezdeploy.git\n  cd ezdeploy\n  go build -o ezdeploy ./cmd/ezdeploy\n  ```\n\n- Download pre-built binaries\n\n  View \u003chttps://github.com/yankeguo/ezdeploy/releases\u003e\n\n## Usage\n\n1. Ensure `kubectl` and `helm` are available in `$PATH`\n2. Prepare a **resource directory**, see below\n3. Run `ezdeploy`\n\n## Options\n\n- `--dry-run`, run without actually apply any changes.\n- `--kubeconfig` or `KUBECONFIG`, specify path to `kubeconfig` file\n- `KUBECONFIG_BASE64`, base64 encoded `kubeconfig` file content\n\n## Layout of a Resource Directory\n\n- Each top-level directory stands for a **namespace**\n- Every resource file in that directory, will be applied to that **namespace**\n\nFor example:\n\n```\nnamespace-a/\n  workload-aa.yaml\n  workload-ab.jsonnet\n  workload-ac.json\nnamespace-b/\n  workload-ba.yaml\n  workload-bb.jsonnet\n  workload-bc.json\n```\n\n## Helm Support\n\n- Put a `Helm Chart` to top-level directory `_helm`\n- Create values file in **namespace** directory, with naming format `[RELEASE_NAME].[CHART_NAME].helm.yaml`\n\nFor example:\n\n```\n_helm/\n  ingress-nginx/\n    Chart.yaml\n    values.yaml\n    templates/\n      ...\nkube-system/\n  main.ingress-nginx.helm.yaml\n```\n\n`ezdeploy` will create or update a **release** named `main`, using **chart** `_helm/ingress-nginx`, and **values file**\n`kube-system/primary.ingress-nginx.helm.yaml`\n\n`ezdeploy` also support values file in `jsonnet`, file name should be `[RELEASE_NAME].[CHART_NAME].helm.jsonnet`\n\n## Credits\n\nGUO YANKE, MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyankeguo%2Fezdeploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyankeguo%2Fezdeploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyankeguo%2Fezdeploy/lists"}