md2k / k8s-deployment-strategies

A collection of example implementations for Kubernetes deployment strategies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Deployment Strategies

A collection of example implementations for Kubernetes deployment strategies.

Strategies

Canary

Canary deployment strategy involves deploying new versions of application next to stable production versions to see how the canary version compares against the baseline before promoting or rejecting the deployment.

  1. Kubernetes Native
  2. Helm
  3. Traffic Splitting with Ingress
  4. Service Mesh

Please note

These samples are intended for demonstration purposes only. We would not recommend referencing these for production consumption.

Contributors

About

A collection of example implementations for Kubernetes deployment strategies


Languages

Language:Shell 60.7%Language:Groovy 28.4%Language:Smarty 6.5%Language:Python 3.6%Language:Dockerfile 0.8%