Horizontally Scaling A WordPress Website – Part 1 – The Overview

Wordpress

Let’s start off with saying that horizontally scaling a wordpress website is very easy to do but is kinda expensive. I’d say it’s about $100+ a month to leave this infra consistently standing in AWS. Most of the cost is in the DB and EC2 instances. So, beware of forgetting about infra you stand up … Read moreHorizontally Scaling A WordPress Website – Part 1 – The Overview

Apache Airflow DAG is Failing Silently

python

So your Apache Airflow DAG is failing silently. Are you running an ETL on a huge dataset? This is a symptom of an Airflow instance without sufficient memory. Dig into your instances logs and you’ll probably see an evicted worker if your running your instance’s workers on Kubernetes. You’ll see similar logs wherever you run … Read moreApache Airflow DAG is Failing Silently

Unable to connect to the server: getting credentials: exec: executable aws-iam-authenticator not found

bash

Setting up Kubernetes on AWS and got the unable to connect to the server: getting credentials: exec: executable aws-iam-authenticator not found error? Execute the following to solve your problem! Not going to bore you with fluff this time around. I am assuming that you have homebrew installed which might be a leap. Also I’m on … Read moreUnable to connect to the server: getting credentials: exec: executable aws-iam-authenticator not found