DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Continuous Deployment to Kubernetes using AWS CodePipeline, AWS CodeCommit, AWS CodeBuild, Amazon ECR and AWS Lambda

6 years ago aws.amazon.com
Continuous Deployment to Kubernetes using AWS CodePipeline, AWS CodeCommit, AWS CodeBuild, Amazon ECR and AWS Lambda

Summary: This is a summary of an article originally published by AWS DevOps Blog. Read the full original article here →

Thank you to my colleague Omar Lari for this blog on how to create a continuous deployment pipeline for Kubernetes!
You can use Kubernetes and AWS together to create a fully managed, continuous deployment pipeline for container based applications.
It uses AWS CodeCommit, AWS CodePipeline, AWS CodeBuild, and AWS Lambda to deploy containerized applications into a Kubernetes cluster.
After the deployment manifest update is completed, AWS Lambda invokes the Kubernetes API to update the image in the Kubernetes application deployment.
You’ll find an AWS CloudFormation template with everything necessary to spin up your own continuous deployment pipeline at the CodeSuite – Continuous Deployment Reference Architecture for Kubernetes repo on GitHub.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com