修复图片引用问题,使用png格式
parent
c954a258a7
commit
a52f1e842e
|
@ -28,7 +28,7 @@ Pod中可以同时运行多个进程(作为容器运行)协同工作。同
|
|||
|
||||
注意在一个Pod中同时运行多个容器是一种比较高级的用法。只有当你的容器需要紧密配合协作的时候才考虑用这种模式。例如,你有一个容器作为web服务器运行,需要用到共享的volume,有另一个”sidecar“容器来从远端获取资源更新这些文件,如下图所示:
|
||||
|
||||
![pod diagram](../images/pod.svg)
|
||||
![pod diagram](../images/pod-overview.png)
|
||||
|
||||
Pod中可以共享两种资源:网络和存储。
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 61 KiB |
Loading…
Reference in New Issue