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

hasura/gitkube resource

Build and deploy docker images to Kubernetes using git push observed · 2026-08-28

github.com/hasura/gitkube · Go · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3100
  • days_rel: n/a
  • days_push: 1098
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3846 stars · 197 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Gitkube is a Kubernetes tool that builds and deploys Docker images to a cluster simply by running `git push` to a configured git remote. It uses a custom Remote CRD and controller to handle SSH-key authentication, image building, and deployment updates.

Use cases

  • deploy docker images to kubernetes with git push
  • set up git push based continuous deployment
  • push a wip branch to a dev cluster to test changes
  • build and deploy containers without a full ci pipeline
  • implement git-based automation on a kubernetes cluster
  • multi-tenant namespace-scoped deployments via ssh keys

When to choose

  • you want dead-simple git push deploys to kubernetes for development
  • you only have git and kubectl and want no extra dependencies
  • you need namespace-based multi-tenancy with ssh key auth and RBAC
  • your repo structure is nonstandard and you want no assumptions about it

When to avoid

  • you need a full-featured CI/CD pipeline with tests, approvals, and complex workflows
  • you want GitOps with declarative repo sync like Argo CD or Flux
  • the project appears minimally maintained, with the latest release in 2023
  • you deploy to serverless or non-Kubernetes targets

Facets

infra-config · maturity maintenance

deployment ci-cd container-orchestration developer-tools cloud-computing developer-tools cli go git-push-deploy gitops docker-build kubernetes-crd continuous-deployment devops containers kubernetes docker

1 source

Member repositories

RepositoryRoleHealth v2
hasura/gitkubemain23

For agents

markdown · JSON · MCP: product_card(name="hasura/gitkube")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem