Instiq
Chapter 4 · Application Deployment and Security·v1.0.0·Updated 7/20/2026·~16 min

What's changed: Initial version

4.1Deployment models and types

Key points

Frames "where to run an app" as choosing among the private / public / hybrid / edge cloud models, edge computing (processing near the data source), and the runtime substrate—virtual machine (VM), bare metal, and container—as the judgment of "which fits this requirement (latency, isolation, performance, portability)."

The first decision when deploying an app is "where, and on top of what, will it run." For the same app, whether you want to keep sensitive data inside your walls, react instantly to load swings, or process with low latency near factory sensors completely changes which cloud model and runtime substrate you should choose. This section organizes the private/public/hybrid/edge deployment models and the runtime forms—VM, bare metal, container—not as terminology to memorize but as the design judgment of "which to choose for this requirement."

4.1.1Cloud deployment models

  • A private cloud is infrastructure dedicated to a single organization (your own DC or a dedicated environment). It suits requirements that prioritize control, compliance, and data sovereignty, but since you provision capacity yourself it is weak at sudden expansion. A public cloud uses a provider's shared infrastructure on a pay-as-you-go basis, with the advantages of elastic scaling and reduced operational burden.
  • A hybrid cloud combines private and public, placing workloads by requirement. For example, keep sensitive data in the private side and offload only seasonal load spikes (bursts) to the public side (cloud bursting). "One or the other" is rare; choosing per characteristic is the mainstream in practice.
  • The edge (edge cloud) model distributes processing physically close to users and devices. It avoids the latency of a round trip to a central data center and responds locally without depending on wide-area links. The decision axes are latency, bandwidth cost, control, and speed of scaling—not "public because it is newer."

Continue reading — free sign-up

You're reading the free preview. Sign up free to read this section in full, plus every chapter (including 4+) and all questions.