摘要: 1、Secret 存在意义 Secret 解决了密码、token、密钥等敏感数据的配置问题,而不需要把这些敏感数据暴露到镜像或者 Pod Spec中。Secret 可以以 Volume 或者环境变量的方式使用 2、Secret 有三种类型 ① Service Account:用来访问 Kuberne 阅读全文
posted @ 2019-09-29 18:11 悠悠君 阅读(526) 评论(2) 推荐(0)