TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

3 点作者 mrs69698 个月前
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

4 条评论

rudasn8 个月前
Ansible gets the job done for me.<p>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.<p>I don&#x27;t really like it but it&#x27;s a tool that you can bend to your needs and move along.
Jugurtha8 个月前
Docker Compose. You can have multiple containers for your components (application, server, database, monitoring, analytics, etc.)
XCSme8 个月前
Basic ubuntu server with Apache&#x2F;Nginx&#x2F;Caddy.<p>Trafiek is also a popular choice for proxying.
wmf8 个月前
DHH is pushing Kamal.