Self-hosting FreshRSS (for free) on Fly.io in under 10 minutes 📅 Sep 5, 2022 · ☕ 3 min read · ✍️ Sathyajith Bhat Here's how you can self-host FreshRSS on Fly.io in under 10 minutes
Migrating Route 53 records from Latency Based Routing to Geolocation routing with zero downtime 📅 May 28, 2022 · 📝 Jun 1, 2022 · ☕ 6 min read · ✍️ Sathyajith Bhat I had some fun playing with Route 53's routing policies.
Notes on moving Amazon Linux AMI to Amazon Linux 2 📅 May 23, 2022 · 📝 May 25, 2022 · ☕ 3 min read · ✍️ Sathyajith Bhat I picked up a task to migrate our base image from Amazon Linux to Amazon Linux 2. Here's what I needed to get it to work.
Polywork could be the replacement for Stack Overflow developer story 📅 Jan 30, 2022 · ☕ 2 min read · ✍️ Sathyajith Bhat With Stack Overflow jobs & Developer Story being sunset, Polywork just might be the site to replace it.
Taking on the DigitalOcean Kubernetes Challenge - GitOps CI/CD with Argo CD and Tekton 📅 Dec 30, 2021 · 📝 Apr 15, 2022 · ☕ 13 min read · ✍️ Sathyajith Bhat I attempt to complete the DigitalOcean Kubernetes Challenge and deploy a GitOps CI/CD solution using Tekton and Argo CD
Second Edition of Practical Docker With Python is now available 📅 Dec 20, 2021 · 📝 Jan 30, 2022 · ☕ 2 min read · ✍️ Sathyajith Bhat The second edition of my book - Practical Docker with Python is now available.
Checking for connectivity of ElastiCache Redis instances across peering connections using VPC Reachability Analyzer 📅 Sep 13, 2021 · 📝 Jan 30, 2022 · ☕ 4 min read · ✍️ Sathyajith Bhat The VPC Reachability Analyzer tool is a network diagnostic tool from AWS. In this post I look at how effective the VPC Reachability Analyzer tool to diagnose a network connectivity issue from a VPC peering connection to a private subnet.
How to Remove Subnet Delegations associated with an Azure Virtual Network(VNET) Subnet 📅 Jun 5, 2021 · 📝 Jan 30, 2022 · ☕ 2 min read · ✍️ Sathyajith Bhat Removing Subnet delegations for an Azure VNET that might block deployments.
CDK Day is here 📅 Apr 30, 2021 · 📝 Jan 30, 2022 · ☕ 2 min read · ✍️ Sathyajith Bhat The CDK Day is here!
Getting Terraform to apply only when a change exists using Make 📅 Dec 31, 2020 · 📝 Jan 30, 2022 · ☕ 11 min read · ✍️ Sathyajith Bhat This post explains Terraform's exit codes in detail and how you can use them to skip a terraform apply when no changes are needed.