【问题标题】:Find out who activated which feature in Google Kubernetes Engine resp. Google Cloud Platform找出谁激活了 Google Kubernetes Engine 中的哪个功能。谷歌云平台
【发布时间】:2019-12-12 18:28:21
【问题描述】:
最近在我们使用的 Google Kubernetes Engine 集群上激活了 Istio。但是,我们不知道我们的团队中是谁干的。
有没有办法找出谁在 Google Cloud Platform 上分别激活了我们的 Google Kuberentes 引擎上的哪些功能?
【问题讨论】:
标签:
google-cloud-platform
google-kubernetes-engine
audit
administration
【解决方案1】:
您可能需要检查 GCP Console 中的“活动”标签。它记录了在项目中所做的所有操作。此外,您可以查看 Stackdriver Logging 并检查集群活动日志,它会显示执行 Istio 激活的用户。