Uploaded diagrams for illustrating basic pod architecture.
parent
c791415c4c
commit
3ce8c0d8a9
|
@ -157,6 +157,8 @@ JSON,json,pod-sample.json,/docs/user-guide/pods/pod-sample.json
|
||||||
YAML,yaml,pod-sample.yaml,/docs/user-guide/pods/pod-sample.yaml{% endcapture %}
|
YAML,yaml,pod-sample.yaml,/docs/user-guide/pods/pod-sample.yaml{% endcapture %}
|
||||||
{% include tabs.html %}
|
{% include tabs.html %}
|
||||||
|
|
||||||
|
![image](/images/docs/pods/multi-container_1.svg)
|
||||||
|
|
||||||
## Viewing a pod
|
## Viewing a pod
|
||||||
|
|
||||||
{% include_relative _viewing-a-pod.md %}
|
{% include_relative _viewing-a-pod.md %}
|
||||||
|
|
|
@ -57,6 +57,8 @@ Where:
|
||||||
addition to any labels specified here, `run` attaches a label of
|
addition to any labels specified here, `run` attaches a label of
|
||||||
the format `run=NAME`. This is used by the Deployment
|
the format `run=NAME`. This is used by the Deployment
|
||||||
to target the pods created by the command.
|
to target the pods created by the command.
|
||||||
|
|
||||||
|
![image](/images/docs/pods/single-container_1.svg)
|
||||||
|
|
||||||
There are additional flags that can be specified. For a complete list, run:
|
There are additional flags that can be specified. For a complete list, run:
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 43 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 24 KiB |
Loading…
Reference in New Issue