Kubernetes 入门实战课

Container is simply namespaced process.

.

Three Pillar

  • Linux Namespace
  • Linux Control Group
  • Chroot / pivot_root

Dockerfile

仅有 RUN, COPY, ADD 会生成新的镜像层,其他指令只会产生临时层,不影响构建大小。

Docker 知识概览

.

K8S Arch

. .

K8S APIs

.

Kubernetes

Deployment

若将 replicas 字段设置为 0,可以在关闭服务的同时,保留服务的相关配置;若需要再次启动,可以直接使用 scale up。

PV & PVC

  • PVC 是申请动作,用于指明 需要什么样的 PV
  • PV 就是 Volume,用户在 apply pvc 时会从系统中已存在的 PV 中寻找匹配的,并进行绑定

.

References

Get Things Done
Built with Hugo
Theme Stack designed by Jimmy