jk's blog

23 Sep 2022

Django on ECS with CDK

1,094 words, ~4 min read

## Overview In the [previous post](https://blog.kingsmill.io/2022/08/django-on-ecs/) on this topic, we deployed a Djan...
22 Aug 2022

Django on ECS

1,520 words, ~6 min read

## Overview In this post, we'll create a Django app and deploy it to AWS ECS using Terraform. We'll be using AWS Cloud...
13 Jul 2022

Setting Up Cloudflare Magic Transit

853 words, ~3 min read

# Setting Up Cloudflare Magic Transit ## What are we doing? In this post, we’re configuring a [Cloudflare Magic Trans...
13 Jul 2022

Secure Tunneling to Kubernetes Service

768 words, ~3 min read

# Secure Tunneling to Kubernetes services Using Argo Tunnels to protect services deployed on k8s. ## Overview We’re l...
13 Jul 2022

Multiple Argo Tunnels in High Availability

565 words, ~2 min read

# Multiple Argo Tunnels in High Availability Using Argo Tunnels to protect multiple origins, and running them across m...