After splitting a monolith, a city IT group wants each microservice to stay independently deployable. Which ownership model supports that goal?
Select an answer to reveal the explanation.
Short Explanation
If you build the boat, you also sail it and fix the leaks. Throwing a finished crate over a wall to another crew recreates the bottleneck microservices were meant to remove.
Full Explanation
End-to-end service ownership pairs independent deployability with organizational accountability: the same group codes, ships, watches, and is paged. Splitting build from operate re-centralizes handoffs and slows recovery. This is methodology, not an OCI DevOps pipeline configuration quiz.