【问题标题】:How to get the master server public key in Google Container Engine?如何在 Google Container Engine 中获取主服务器公钥?
【发布时间】:2015-10-19 08:14:35
【问题描述】:

我正在尝试从 Google Container Engine 管理的 Kubernetes 集群获取主服务器公钥。

我有一个关于 glcoud beta 容器集群描述命令的问题

gcloud beta 容器集群描述 NAME

文档目前有点稀疏https://cloud.google.com/sdk/gcloud/reference/beta/container/clusters/describe

“gcloud beta container clusters describe”命令是否返回主服务器公钥?是在 masterAuth:clientKey 中吗?

【问题讨论】:

    标签: google-cloud-platform kubernetes google-kubernetes-engine


    【解决方案1】:

    您要查找的文档是hereclientKey 是客户端用来向主服务器进行身份验证的私钥。 clusterCaCertificate 是集群的信任根,主证书使用它签名。 API 不直接公开 master 的公共证书,只公开根证书。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-09-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-10-05
      • 1970-01-01
      • 1970-01-01
      • 2011-09-16
      相关资源
      最近更新 更多