Ross ROSS = Recommend OSS · open-source software intelligence for agents

kubernetes/git-sync

A sidecar app which clones a git repo and keeps it in sync with the upstream. observed · 2026-08-28

github.com/kubernetes/git-sync · Shell · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
kubernetes/git-syncmain91

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