From the course: Kubernetes for Java Developers

Unlock the full course today

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

AWS CodePipeline

AWS CodePipeline

From the course: Kubernetes for Java Developers

Start my 1-month free trial

AWS CodePipeline

where you don't need to be worried about the deployment pipeline infrastructure, then you need to think about a manage deployment pipeline. This is exactly where AWS code pipeline helps. AWS code pipeline is a fully managed, continuous delivery service that helps you automate your release pipelines for fast and reliable application and infrastructure updates. and deploy phases of your release process every time there is a code change based on the release model you define. This enables you to rapidly and reliably deliver features and updates. code pipeline allows you to integrate third party developer tools like github or Jenkins into any stage of your release process with one click. You can use third party tools for source control, build, test or deployment. AWS code pipeline allows you to define your pipeline structure through a declarative JSON document as we will see in our course. Which allows you to specify your release workflow, any stages, and actions. These documents enable…

Contents