gpt4 book ai didi

azure - Kubectl 的任何备用命令描述 pods

转载 作者:行者123 更新时间:2023-12-03 02:52:42 24 4
gpt4 key购买 nike

我是开发运营新手。我正在 VSTS 中设置 CD 管道。我已经使用 Deploy to Kubernetes 任务来部署应用程序,运行良好。

在部署到 Kubernetes 任务之后,我又添加了一个部署到 Kubernetes 任务,并且我想执行以下命令

kubectl describe pods <podname>

以上命令描述了 Pod 的相关信息。

我可以看到部署到 Kubernetes 任务(在 VSTS 管道中)中没有此类命令可用于描述。

唯一可用的命令是 get, apply, set, exec, login, logout, create, delete, expose, run and top .

通过执行上述命令,我想确保每个 Pod 都在运行。

如何在 VSTS CD 管道中执行描述命令?

替代选项是任何其他命令,它将返回与 describe pods <podname> 相同的输出命令。

最佳答案

您可以使用标签来查找您感兴趣的 Pod:

$ kg po --show-labels
NAME READY STATUS RESTARTS AGE LABELS
frontend-76dc7bfc6d-7zcb8 1/1 Running 0 9h app=Frontend,branch=develop,pod-template-hash=76dc7bfc6d
identityserverapp-f9684fc77-z9wtb 1/1 Running 0 9h app=IdentityServerApp,branch=develop,pod-template-hash=f9684fc77

$ kg po --selector=app=Frontend
NAME READY STATUS RESTARTS AGE
frontend-76dc7bfc6d-7zcb8 1/1 Running 0 9h

ps。 kg = kubectl get

的别名

关于azure - Kubectl 的任何备用命令描述 pods <podname>,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55086654/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com