Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 210 Bytes

06-volumes.md

File metadata and controls

11 lines (6 loc) · 210 Bytes

A pod with two containers sharing the same volume

Described in fortune-pod.yml

Launch the pod

kubectl apply -f fortune-pod.yaml

kubectl port-forward fortune 8080:80 &

curl 127.0.0.1:8080