Deploying Releases with Fully Automated Steps
Deploy the releases with fully automated steps and watch the rollouts.
We'll cover the following...
Deploy the first release
We’re about to deploy the first release. The only difference from before is that this time, we’ll use the values defined in rollout/values-analysis.yaml
.
Press + to interact
helm upgrade --install \devops-toolkit helm \--namespace devops-toolkit \--create-namespace \--values rollout/values-analysis.yaml \--set ingress.host=devops-toolkit.$ISTIO_HOST.nip.io \--set image.tag=2.6.2 \--wait
Watch the rollout
Let’s watch the rollout
.
Press + to interact
kubectl argo rollouts \--namespace devops-toolkit \get rollout devops-toolkit-devops-toolkit \--watch
As we know ...