Categories
aws cloud

AWS CDK Projects

I have created a repo that will host a collection of CDK projects. These were created for learning purposes, but can be leveraged for other usages. This will be an on going project. https://github.com/aldomatic/AWS-CDK-Projects

Categories
javascript

How to use array.find() with Object.entries()

This example uses array destructuring. Object.entries() returns an array.

Categories
devops kubernetes

Canary Style Deployments in Kubernetes

I will be using Digital Oceans managed Kubernetes service for this. It’s low cost compared to other cloud providers. This example uses the Ingress Nginx controller for Kubernetes. Here is the installation guide depending on your cloud provider. The diagram below illustrates the flow we want to implement. We will only focus from the ingress […]