November 2019
Intermediate to advanced
398 pages
9h 5m
English
We are ready to create our first production release. We trust our tests, and they proved that it is relatively safe to deploy to production. Since we cannot deploy to air, we need to create a production release first.
Please make sure to replace [...] with your Docker Hub user in one of the commands that follow.
1 kubectl -n go-demo-3-build \ 2 exec -it cd -c docker -- sh 3 4 export DH_USER=[...] 5 6 docker image tag \ 7 $DH_USER/go-demo-3:1.0-beta ...
Read now
Unlock full access