Running a Containerized Web App
Hey all, Wanted to get everyone's input. I build a portfolio website to showcase to recruiters and really anyone who wants to what I am working on. Here's the site if anyone is interested: https://tyleradurham.com/ The diagram below shows the current architecture. I am wanting to move towards a containerized env setup. I got this initial build setup using Nginx as the webserver/proxy, but I am kind of getting stuck on the next steps. My thoughts are: - Using Terraform to provision the infra - Having K8's orchestrate the containers I know it's not much as far as "next steps", but hey we're here to learn right?