Tag: container
All the articles with the tag "container".
-
Kubernetes 核心对象 · Pod/Deployment/Service/Ingress
深挖 Kubernetes 核心对象:控制面与节点架构、Pod/ReplicaSet/Deployment、Service/Ingress、ConfigMap/Secret/Namespace,讲透声明式 YAML 与 reconcile 控制循环。
-
容器化(开篇)· Docker 原理与镜像分层
容器化与 K8s 部署系列开篇:从 Linux namespace/cgroup/UnionFS 拆透容器本质、镜像分层与写时复制、Dockerfile 多阶段构建瘦身、容器 vs 虚拟机、containerd/runc 运行时。