© 2023 Hashnode
#simflexcloud
Abstract 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 domain…
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…
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 th…
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 servic…
Abstract 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…
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 wit…
Abstract 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…
Abstract 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, …
Abstract 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 …
Abstract 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 Amaz…