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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Operator Pattern

1 点作者 tahnyall超过 1 年前

1 comment

tahnyall超过 1 年前
It seems like operators extend kube into the application administration editing arena:<p><pre><code> kubectl get SampleDB # find configured databases kubectl edit SampleDB&#x2F;example-database # manually change some settings </code></pre> That&#x27;s on top of the application editing that&#x27;s done to create the application in the first place.<p>Isn&#x27;t kube supposed to automate the deployment and up time of applications? It seems to me like an anti-pattern to ever have to use &quot;kubectl edit &lt;blah&gt;&quot;.