The compost lab wants a Fluent Bit-style logging sidecar next to its grader container without adopting Kubernetes. What is the supporting-role pattern on Azure Container Instances?
Select an answer to reveal the explanation.
Short Explanation
Two containers, one group—that is the ACI sidecar pattern. You do not need Kubernetes homework just to sit a log shipper beside the grader.
Full Explanation
Multi-container ACI groups support sidecar patterns such as log forwarders alongside the main process without introducing AKS or Helm. ACR Tasks build and push images; they are not a runtime log sidecar host. Extra public IPs do not substitute for a companion container that ships logs.