diguage / kubernetes-notes

The notes for Kubernetes.
Apache License 2.0
1 stars 0 forks source link

Concepts - Kubernetes #8

Open diguage opened 5 years ago

diguage commented 5 years ago

Namespaces - Kubernetes

  1. In future versions of Kubernetes, objects in the same namespace will have the same access control policies by default. -- 关注
diguage commented 5 years ago

Master-Node Communication - Kubernetes

  1. SSH tunnels are currently deprecated so you shouldn’t opt to use them unless you know what you are doing. A replacement for this communication channel is being designed. -- 关注一下
diguage commented 5 years ago

Kubernetes Object Management - Kubernetes

  1. 删除时也可以指定 YAML 文件?
diguage commented 5 years ago

https://kubernetes.io/docs/concepts/containers/images/

  1. 如何配置 Private Registry 作为中心仓库的镜像?
  2. 如何把 Private Registry 部署到Kubernetes?
  3. Kubelet will merge any imagePullSecrets into a single virtual .docker/config.json. -- 这是什么鬼?