Skip to main content
🚀DevOpsadvanced

Question 1 of 10

# k8s Pod spec:
spec:
  containers:
  - name: app
    image: myapp
  - name: sidecar
    image: envoy
# Containers share?

What's the output?

Tech School/Quiz/DevOps (Advanced)