by mrs6969 on 9/29/24, 1:10 AM with 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 rudasn on 9/29/24, 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 Jugurtha on 10/1/24, 4:15 PM
Docker Compose. You can have multiple containers for your components (application, server, database, monitoring, analytics, etc.)
by XCSme on 9/29/24, 5:32 PM
Basic ubuntu server with Apache/Nginx/Caddy.
Trafiek is also a popular choice for proxying.
by wmf on 9/29/24, 4:04 AM
DHH is pushing Kamal.