This website requires JavaScript.
Explore
Help
Register
Sign In
kubernetes
/
website
mirror of
https://github.com/kubernetes/website.git
Watch
1
Star
0
Fork
You've already forked website
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b51a9524b2
website
/
content
/
zh
/
docs
/
reference
/
glossary
/
container.md
1.1 KiB
Raw
Blame
History
title
id
date
full_link
short_description
aka
tags
容器
container
2018-04-12
/docs/concepts/overview/what-is-kubernetes/#why-containers
容器是可移植、可执行的轻量级的镜像,镜像中包含软件及其相关依赖。
fundamental
workload
容器是可移植、可执行的轻量级的镜像,镜像中包含软件及其相关依赖。
容器使应用和底层的主机基础设施解耦,降低了应用在不同云环境或者操作系统上的部署难度,便于应用扩展。