Single-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...May 31, 2023路3 min read
CDK 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 ...Apr 23, 2023路5 min read
Run 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...Feb 25, 2023路7 min read
CDK 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...Feb 25, 2023路4 min read
Kyverno 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...Feb 25, 2023路6 min read
AWS 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...Feb 25, 2023路3 min read
AWS 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...Feb 25, 2023路6 min read