请问HN:一个最简化的生产环境Docker部署需要什么?

2作者: bcye22 天前原帖
网上有很多关于如何使用 Docker 搭建基本服务器的教程和书籍,但似乎很少有涵盖真正生产环境部署所需的所有内容的资源(或者说其实没有其他需求?)。我很想知道,如果有人能分享一些关于在自己的 VPS 上进行真实的单服务器生产 Docker 部署的好资源。也就是说,最佳实践包括如何: - 正确地保护服务器 - 管理凭证 - 确保安全更新 - 可观察性 - 备份 - 自动部署 - 其他任何必要的内容 非常感谢任何指引!
查看原文
There&#x27;s a lot of tutorials&#x2F;books online about getting a basic server with docker running but seemingly few that cover everything that is needed for a true production deployment (or is simply nothing more needed?). I would be curious, if anyone can share a good resource for doing real single-server production Docker deployment on your own VPS. I.e. best practices for&#x2F;how to:<p>- secure the server properly<p>- credential management<p>- making sure of security updates<p>- observability<p>- backups<p>- automatic deployments<p>- anything else that is needed<p>Many thanks for any pointers