https://github.com/devorbitus/bluegreen-spin-k8s
https://github.com/devorbitus/bluegreen-spin-k8s
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devorbitus/bluegreen-spin-k8s
- Owner: devorbitus
- Created: 2019-06-04T14:22:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T15:07:35.000Z (about 7 years ago)
- Last Synced: 2023-08-05T04:23:17.217Z (almost 3 years ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blue-Green Deployments on Google Kubernetes Engine with Spinnaker
This directory contains the assets necessary to configure a simple blue-green pipeline
with Spinnaker on GKE.
**Note**: this sample uses features only available in [Spinnaker 1.11](https://www.spinnaker.io/guides/user/kubernetes-v2/traffic-management/).
* The `app` directory contains the source code for the small "Hello World"
application used.
* The `manifests` directory contains the Kubernetes that will be deployed to GKE
before the pipeline runs for the first time.
* The `pipelines` directory contains the blue-green pipeline JSON.
Copied from [here](https://github.com/spinnaker/spinnaker/tree/master/solutions/bluegreen) to alter and use for demonstration purposes