Skip to content

Deploying applications with blue green strategy in Kubernetes using Gitlab CI pipelines

Notifications You must be signed in to change notification settings

kubernetestr/kubernetes-blue-green-gitlab-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubernetes-blue-green-gitlab-ci

Deploying applications with blue green strategy in Kubernetes using Gitlab CI pipelines

bg-deploy.sh app-name deployment.tmpl

This script creates a new deployment and service in Kubernetes and updates the service with new deployments and deletes old deployments.

Script has been tested in Gitlab CI and uses git commit hash as Kubernetes deployment version.

About

Deploying applications with blue green strategy in Kubernetes using Gitlab CI pipelines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages