Login to the user interface here: https://cloud-manager.cloud2-stg.rezfusion.com/
Info |
---|
The Cloud Deployment Manager is a GoLang application built to manage the Kubernetes and site states within the context of our Cloud platform. A VPN connection is required to interface with the deployment manager. |
Resources:
A collection of example examples Postman requests to get started is below:
View file | ||
---|---|---|
|
Live/shared Postman environment: https://app.getpostman.com/join-team?invite_code=f051d21c83e9cb1be231988b5439e158&target_code=a2b51a0b8996192acd17798d454cb1c7
Application Flow:
...
Canary Endpoints:
Code Block | ||
---|---|---|
| ||
const ( BlueService SelectorName = "blue" GreenService SelectorName = "green" InitialCanaryService SelectorName = "blue" ) |
...