Shopify/krane
A command-line tool that helps you ship changes to a Kubernetes namespace and understand the result observed · 2026-08-28
Health v2 · maintenance only
53/100
- Activity 68
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3515
- days_rel: n/a
- days_push: 196
- n_releases_24m: 0
Adoption not part of the score
1417 stars · 117 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Krane is a Ruby command-line tool from Shopify that deploys changes to a Kubernetes namespace and reports a clear pass/fail result with debugging info on failure. It wraps kubectl with rollout watching, predeploys, EJSON-based secrets, and helper commands for rendering templates, running tasks, and restarting deployments.
Use cases
- deploy kubernetes manifests from CI with a clear pass/fail result
- watch kubernetes rollouts and debug failed deploys
- predeploy configmaps and secrets before deployments
- create kubernetes secrets from encrypted e committed to git
- run one-off tasks like rails migrations as bare pods during deploy
- restart a kubernetes deployment from the command line
- render dynamic values into kubernetes templates before deploying
When to choose
- you deploy to a single kubernetes namespace from CI/CD and need actionable success/failure output
- you want predeploy ordering and rollout verification beyond plain kubectl apply
- you use Shopify's Shipit or want e-managed secrets in your repo
When to avoid
- you need gitops-style continuous reconciliation rather than push-based deploys
- you prefer helm, kustomize, or a full CD platform like Argo CD or Flux
- your project is not Ruby-friendly or you need a tool with active feature development
Facets
cli-tool · maturity maintenance
deployment cli infrastructure-as-code monitoring cloud-computing developer-tools cli ruby kubernetes deploy-tool kubernetes-deploy e-secrets shipit devops containers
1 source
- readme: https://github.com/Shopify/krane · fetched 2026-08-28 · 4c3045f801c9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Shopify/krane | main | 53 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem