Ask HN: What are the production level hosting solutions for on prem

by mrs6969on 9/29/2024, 1:10 AMwith 4 comments

I am a software developer mainly have experience with kubernetes. Kubernetes is great, but we all know it is too much for a simple hosting solution. So what are the other hosting solutions, like something as web server, something to route traffic, ingress, proxy etc you use at production level for self hosted, or on prem deployments. Idealy something that can give flexibility, easy start and simplicity

by rudasnon 9/29/2024, 7:30 AM

Ansible gets the job done for me.

I use it to bootstrap new servers (security, dependencies, etc) and deploy apps on them both on prem and vps. I have playbooks and roles for everything I ever needed.

I don't really like it but it's a tool that you can bend to your needs and move along.

by Jugurthaon 10/1/2024, 4:15 PM

Docker Compose. You can have multiple containers for your components (application, server, database, monitoring, analytics, etc.)

by XCSmeon 9/29/2024, 5:32 PM

Basic ubuntu server with Apache/Nginx/Caddy.

Trafiek is also a popular choice for proxying.

by wmfon 9/29/2024, 4:04 AM

DHH is pushing Kamal.