Vu Daohashnode.simflexcloud.com·May 31, 2023Single-Sign-On By Vouch Proxy And AWS CognitoAbstract For Kubernetes cluster, we have many observability and monitoring tools which are built-in with separated dashboard/console UIs with login-authentication. We don't want to create many domains as well as multiple accounts to handle them. Thi...DiscussSSO
Vu Daohashnode.simflexcloud.com·May 17, 2023Amazon ECS Farget with Blue-Green Deployments by CDK Typescript - Part 2Abstract 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 ...DiscussAmazon ECS Blue-Green Deployments With CDK Typescriptsimflexcloud
Vu Daohashnode.simflexcloud.com·May 10, 2023Hands-on Amazon ECS for Blue-Green Deployments With CDK Typescript - Part 1Abstract 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...DiscussAmazon ECS Blue-Green Deployments With CDK Typescriptsimflexcloud
Vu Daohashnode.simflexcloud.com·Apr 23, 2023Manage IAM Access Key Of AWS Service Connection In Azure Devops PipelineAbstract 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...Discusssimflexcloud
Vu Daohashnode.simflexcloud.com·Apr 23, 2023CDK CloudWatch Auto AlarmsAbstract For observability, Amazon CloudWatch is one of the options to collect and track metrics as well as provide alerts based on the metric threshold setting. Especially when you don't want to use external monitoring and observability tools such ...Discussaws-cdk
Vu Daohashnode.simflexcloud.com·Feb 25, 2023Run event-driven workflows with Amazon EKS Blueprints, Keda and KarpenterAssignment 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...Discuss·33 readsAWS
Vu Daohashnode.simflexcloud.com·Feb 25, 2023CDK Typescript Pipeline WorkshopAbstract AWS CDK (Cloud Development Kit) is an open-source framework which gives great depth to the concept of Infrastructure as Code So Why CDK Pipelines? - We need the automation way to deploy our infrastructure as code for development, staging a...Discuss·94 readsaws-cdk
Vu Daohashnode.simflexcloud.com·Feb 25, 2023Kyverno Policy As Code Using CDK8SAbstract Kyverno Kyverno is a policy engine designed for Kubernetes, Kyverno policies can validate, mutate, and generate Kubernetes resources plus ensure OCI image supply chain security. This blog, it provides the way to create Kyverno policy as co...Discuss·48 readskyverno
Vu Daohashnode.simflexcloud.com·Feb 25, 2023AWS Parameters and Secrets Lambda Extension Demo Using AWS CDKAbstract The story: AWS launched the AWS Parameters and Secrets Lambda Extension, a convenient method for AWS Lambda users to retrieve parameters from AWS Systems Manager Parameter Store and secrets from AWS Secrets Manager. AWS Lambda customers can...DiscussAWS
Vu Daohashnode.simflexcloud.com·Feb 25, 2023AWS CDK Redshfit DemoAbstract For getting started with AWS Redshift, this post guides you to provide Redshift cluster and all necessary other resources such as VPC, redshift IAM role, S3 bucket where we load data to Amazon Redshift and a small EC2 instance as PostgreSQL...Discuss·52 readsAWS