Lesson 12 / 17
Deploy targets
The platform ships to where your services actually run. Key points:
- Native Kubernetes deployments, plus VM, serverless, mobile, and static targets through deploy workers. The non-Kubernetes targets run through workers; the platform queues the work and the worker carries it out where your service lives.
- As a platform engineer you set up the targets and the workers, so a team can pick a target from the golden path instead of wiring a deploy by hand.
- Keep the distinction clear: the platform orchestrates and records the deploy. It is not a build farm, and the non-Kubernetes targets execute outside it.