📝
kubernetes-note
Ctrlk
  • 前言
  • Kubernetes安装
    • 安装
  • Kubernetes介绍
    • Kubernetes
  • Namespace
    • Namespace
  • Pod
    • Pod
  • 控制器Controllers
    • Controllers介绍
    • Controllers
  • Service
    • Service介绍
    • 与集群外部服务映射
    • 集群外部访问内部Pod
  • 卷
    • 卷介绍
    • 卷类型
    • PVC-持久卷声明
  • ConfigMap和Secret
    • ConfigMap和Secret应用场景
    • ConfigMap
      • 配置传入ConfigMap
      • 从ConfigMap中读取配置
    • Secret
  • 获取集群元数据
    • 获取集群元数据
  • 认证与授权
    • 认证与授权
  • 扩缩容
    • 自动伸缩 Pod 与 Node
  • 高级调度
    • 高级调度
  • 基于 Kubernetes 的应用开发注意点
    • 基于 Kubernetes 的应用开发注意点
  • 扩展 Kubernetes
    • 扩展 Kubernetes
  • 命令汇总
    • 常用命令汇总
Powered by GitBook
On this page

Was this helpful?

  1. ConfigMap和Secret

ConfigMap

配置传入ConfigMap从ConfigMap中读取配置
PreviousConfigMap和Secret应用场景Next配置传入ConfigMap

Last updated 5 years ago

Was this helpful?