kubernetes/git-sync
A sidecar app which clones a git repo and keeps it in sync with the upstream. observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 94
- Release rhythm 81
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 72
- age_days: 3665
- days_rel: 48
- days_push: 37
- n_releases_24m: 10
Adoption not part of the score
2726 stars · 469 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
git-sync is a command-line tool that clones a git repository into a local directory and periodically keeps it in sync with the upstream remote. It is designed to run as a sidecar container in Kubernetes, publishing each sync atomically via a symlink and optionally triggering webhooks or commands.
Use cases
- keep config files in a kubernetes pod synced from a git repo
- run a sidecar container that pulls a git repo periodically
- sync static site content from git to a web server
- pull a specific branch, tag, or commit hash from git on an interval
- trigger a webhook or command after a git sync completes
- serve application files from a git repository without CI/CD
When to choose
- you need files from a git repo continuously synced into a container or local directory
- you want atomic updates so consumers never see partial checkouts
- you run Kubernetes and want a simple sidecar for git-based config or content delivery
When to avoid
- you need bidirectional git workflows like committing and pushing changes
- you need full CI/CD pipelines rather than simple file syncing
- your data source is not a git repository
Facets
cli-tool · maturity active
developer-tools deployment workflow-automation webhook developer-tools cli cross-platform git sidecar sync kubernetes-sidecar atomic-updates devops containers automation linux docker kubernetes
1 source
- readme: https://github.com/kubernetes/git-sync · fetched 2026-08-28 · c56763157994
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kubernetes/git-sync | main | 91 |
For agents
markdown · JSON · MCP: product_card(name="kubernetes/git-sync")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem