From the course: Azure DevOps: Continuous Delivery with YAML Pipelines

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Containers and Kubernetes

Containers and Kubernetes - Azure Tutorial

From the course: Azure DevOps: Continuous Delivery with YAML Pipelines

Start my 1-month free trial

Containers and Kubernetes

- [Narrator] One of the things that we see a lot of moving towards is towards the Microservices architecture. And in particular, working with containers, where we modernize our compute, a lot of times people are rewriting or containerizing their applications. What this means from a pipeline perspective is that we have to have ways of working with it. And since Docker is a common tool, we can use that inside of our pipelines. The way that the pipeline works is a little bit different than building the code and pushing it to a repository or an artifact location, and then pulling it down later on. Instead, there are a container registries that we'll push our code to, and then we can deploy them using tools like Helm. Let's take a look at how we would do that. What I'm going to do is I'm going to go back into our application where I've got my new DadApp. I'm going to right click and we're going to add to it a Docker support.…

Contents