# ContainerSolutions/k8s-deployment-strategies

Kubernetes deployment strategies explained

Repository: https://github.com/ContainerSolutions/k8s-deployment-strategies
Canonical: https://ross.abutalabs.com/products/k8s-deployment-strategies
Homepage: https://container-solutions.com/kubernetes-deployment-strategies/
Language: Go
License Family: other
Topics: kubernetes, kubernetes-deployment-strategies, canary, grafana, prometheus, helm, canary-deployment, blue-green-deployment, ab-testing, deployment-automation, deployment-strategy
Last push: 2024-04-24T08:10:01+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3268, "days_push": 861, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3655, forks 1070 (observed 2026-08-28T04:08:13.142185+00:00)

## What it is
An educational repository demonstrating Kubernetes deployment strategies (recreate, ramped/rolling, blue/green, canary, A/B testing, shadow) with runnable manifests and examples. It includes Prometheus and Grafana setup for visualizing deployment progress and performance.

## Use cases
- learn kubernetes deployment strategies
- set up canary deployment in kubernetes
- compare blue-green vs rolling update deployments
- experiment with deployment strategies on minikube
- monitor deployments with prometheus and grafana
- implement a/b testing releases in kubernetes
- mirror traffic to a new version with shadow deployment

## When to choose
- you want hands-on, runnable examples of each Kubernetes release strategy
- you are evaluating which deployment strategy fits your application
- you need reference manifests for canary, blue/green, or shadow deployments

## When to avoid
- you need a production deployment automation tool rather than educational examples
- you want built-in progressive delivery features like Argo Rollouts or Flagger provide
- you need a supported, licensed product for enterprise use

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: deployment, developer-tools, monitoring, documentation
- domain: cloud-computing, microservices, developer-tools
- platform: self-hosted, go
- tags: kubernetes, canary-deployment, blue-green-deployment, rolling-update, ab-testing, shadow-deployment, helm, prometheus, grafana, minikube, examples, devops, containers, docker

## Member repositories
- ContainerSolutions/k8s-deployment-strategies (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:13.142185+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:31:39.010852+00:00, confidence not recorded.
  - readme: https://github.com/ContainerSolutions/k8s-deployment-strategies (fetched 2026-08-28T04:08:13.142185+00:00, sha b19d255130ed)
  - homepage: https://container-solutions.com/kubernetes-deployment-strategies/ (fetched 2026-08-29T09:25:49.264714+00:00, sha 532d885df718)
- Data as of 2026-08-30T08:39:29.467469+00:00.
