Troubleshooting Terraform EKS module provider dependencies

Intro Consider this article a memouir of my endeavours with provisioning an EKS cluster with Terraform instead of kubectl. Most of the articles and tutorials I could find online focus on simple use-cases and everything looks bright. Also, I noticed that a specific Terraform module is widely used by the community for spinning up a new EKS cluster. This article focuses on what can go wrong and takes an angle on how that can be solved. [Read More]

Deploy apps on Kubernetes with GitHub Actions - from start to finish

After many years of using DroneCI, Gitlab or Travis for most of my projects, I thought to give Github Actions (GA) a try. My scope was to deploy a side-project I have on AWS EKS, but make it as automated as possible in every aspect. Then I quickly realized that no good complete tutorials, or at least people talking about their experience on this exact matter existed, and decided to write up my own. [Read More]