Since I have started building this infra, I have been facing a few interesting challenges especially on troubleshooting K8s. So I thought of sharing with you the fixes I have been implementing for such challenges. This page will contain those fixes and also the usage of some of the DevOps tools I have been using in my home lab to deploy sample web apps on K8s. Especifically, I will guide thru the steps on using CloudFormaiton and Terraform as IaC to deploy assets in K8s and Jenkins declarative pipeline as pipeline as code concept which I have been using for this project and at work. The information might be helpful for some of you building similar landscape. Why re-invent the wheel?

Please stay tuned...
PS: A recent blog I have written to explain a solution to one of the classic problems in coding world: Return The Number Of Islands Using DFS Algorithm.