From the course: Rust LLMOps

Unlock this course with a free trial

Join today to access over 23,100 courses taught by industry experts.

Infrastructure as code for continuous delivery

Infrastructure as code for continuous delivery - Rust Tutorial

From the course: Rust LLMOps

Infrastructure as code for continuous delivery

- [Instructor] 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 on AWS or GitHub code spaces 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 provisioning step. And what's powerful about…

Contents