Permitting is split into small independently deployable services for payments, inspections, and notices instead of one monolith. What cloud-native concept does this primarily illustrate?
Select an answer to reveal the explanation.
Short Explanation
Chopping permitting into payments, inspections, and notices is microservices in civic clothing—each crew ships its own piece without waiting on the whole city hall build. Independent deployability is the punch line. One giant monolith would couple every change together.
Full Explanation
Microservices decompose an application into smaller services that can be developed, deployed, and scaled independently. That pattern contrasts with monolithic releases and is distinct from virtualization hardware features, DR site classes, or simply resizing one VM. The permitting split emphasizes deployable service boundaries, not host-level tricks.