🚀DevOpsadvanced
Question 1 of 10
# k8s Pod spec:
spec:
containers:
- name: app
image: myapp
- name: sidecar
image: envoy
# Containers share?What's the output?
Question 1 of 10
# k8s Pod spec:
spec:
containers:
- name: app
image: myapp
- name: sidecar
image: envoy
# Containers share?What's the output?