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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Deployment Standards for K8s Apps?

2 点作者 kerv超过 2 年前
Hi,<p>I&#x27;m a bit out of the loop on this, but can someone share any information they might have on how Kubernetes orchestrated apps are typically deployed? We do quite a bit of B2B sales and have built a number of docker containers which do various things. We deploy these internally to our own environment via terraform scripts. We are now playing around with the idea of sharing this app with other customers (on-premise installs) and need some guidance.<p>Is there a standard that people follow&#x2F;IT people expect to see for deployment of these types of apps? What is realistic of us to ask our customers to do when installing our application on their own servers? Some of these users might not even have a Kubernetes environment setup in their cloud&#x2F;servers.<p>Thanks

1 comment

Snitch-Thursday超过 2 年前
I would offer docker containers as helm charts so I can bake in preferences and defaults.<p>If a customer has never used kubernetes and just wants to run a few containers from you, I would consider handing them a docker compose file instead.