Rainbond
grctl cluster
# 5.1.3版本支持伸缩处获取相关命令 grctl service get <应用别名> -t <团队别名>
看PodStatus状态:
# 如下是应用已经正常启动了,大部分情况是Ready状态是False PodStatus: Initialized : True Ready : True PodScheduled : True
kubectl describe pods/<PodName> -n <Namespace>