Hacker News new | ask | show | jobs
by ChrisPebble 1837 days ago
Each use case is going to be different but my experience with containerization and managed Kubernetes has been fantastic.

We have a small team (5 people) and have over time managed physical servers, virtual servers in the cloud, and some solutions like Azure's "web app" hosting.

Using a managed Kubernetes solution (AKS for us) along with containerization has made everything vastly easier to manage. We now use terraform to setup new deployments and GitHub Actions to run the builds/deployments. At this point everything we need is managed in source control and the amount of time we spend on DevOps related tasks gone down.