© 2026 Hashnode
Abstract Continue the previous post Hands-on Amazon ECS for Blue-Green Deployments With CDK Typescript which uses EC2 to host the ECS container service and manually operate blue-green deployments. In this blog post, I use AWS Fargate as a container ...

Abstract This blog post supports you in hands-on AWS ECS by building the Blue-Green Deployments With CDK Typescript. Instead of using AWS console to create all necessary resources, you will create them through CDK code and automate deployment with C...

Abstract Service Connection represents a Service Principal in Azure DevOps, an identity which uses Headless authentication. We create a connection from Azure Pipelines for external and remote services to execute tasks in a job. Once you establish a...

Assignment Implement a Kubernetes solution to containerize the project that will be shared along with this problem. Implement a very simple API server with the following routes that can interact with Kubernetes. POST /jobs (Create a new job that r...
