课程: GitOps Foundations

今天就学习课程吧!

今天就开通帐号,24,600 门业界名师课程任您挑!

Container platforms

Container platforms

- [Instructor] Now that we've discussed some of the main practices involved with GitOps, let's see them in action. To do that, we'll establish an end-to-end GitOps workflow that combines the GitOps principles with the practices that we discussed in this chapter. The workflow uses GitHub, CircleCI, Docker Hub, Flux, and Azure Arc. It's pretty complex, so we'll break it into pieces. First, we'll focus on the practice of using container platforms by standing up a small K3s cluster that we'll manage with Azure Arc. Azure Arc isn't necessary for our container platforms, but it's a newer feature in Azure that has some support for GitOps built in, so it's worth exploring. So let's start on my local workstation where I've installed Docker and K3s. K3s is a small Kubernetes distribution that's provided by Rancher. It comes with the command line wrapper K3d. We can use K3d to quickly stand up a cluster on our local…

内容