Files
2020-12-01 20:28:11 +08:00

1.1 KiB
Raw Permalink Blame History

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
容器(Container container 2018-04-12 /zh/docs/concepts/overview/what-is-kubernetes/#why-containers 容器是可移植、可执行的轻量级的镜像,镜像中包含软件及其相关依赖。
fundamental
workload

容器是可移植、可执行的轻量级的镜像,包含其中的软件及其相关依赖。

容器使应用和底层的主机基础设施解耦,降低了应用在不同云环境或者操作系统上的部署难度,便于应用扩展。