摘要:
instance-db-purge.sh #!/bin/bash # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Publ 阅读全文
摘要:
Pod 内的应用可通过 Kubernetes API Server 查询其他 Pod 的元数据,需满足以下条件: 权限配置:为 Pod 所在的 ServiceAccount 授予 get/list Pod 的权限(如绑定 view 角色)。 访问 API Server:通过环境变量或 kubecon 阅读全文