From the course: Google Cloud Professional Machine Learning Engineer Cert Prep

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

What is continuous delivery?

What is continuous delivery?

Let's walk through a continuous delivery workflow using the latest cloud native ecosystem tools. To start off with, you would develop in an environment. Oftentimes this would be a cloud based environment like Cloud9 or AWS or GitHub Codespaces on the Azure platform. And the reason for using these cloud native environments is that they give you the ability to use all of the developer tools that will later be in the production environment. So you have a very similar one to one environment. Now, when you're building things, you'll push not only the software but the Infrastructure as Code as well. And the Infrastructure as Code allows you to define every single aspect of what's happening in a cloud based environment or a Kubernetes based environment. And notice here that when you push the changes that the build system will then go through and test your code, merge the code, and this build will then automatically go to the…

Contents