Skip to main content
If you are new to deployments in Minenet, start on this page. This guide set is designed in order, so you can learn quickly without guessing what to read next.

What deployments are

Deployments let you define the infrastructure you want, then apply that state safely. You are not managing resources one by one. You are managing a versioned desired state. Applies reconcile from the latest pushed configuration version, not unsaved draft edits.

What you can manage

A deployment can include:
  • server
  • proxy-velocity
  • proxy-gate
  • swiftbase
1

Configurations and YAML

Learn how desired state is represented and how stable resource IDs work.
2

YAML spec reference

Use the complete schema reference when you need exact field types, limits, and defaults.
3

Run lifecycle and monitoring

Learn what happens when you apply, what run statuses mean, and how to monitor progress.
4

Safe rollouts and troubleshooting

Learn practical rollout habits, common failure cases, and fast recovery steps.

Start the guide path

Configurations and YAML

Build reliable deployment configurations with clear resource ownership.

YAML spec reference

Check complete field definitions, constraints, and valid values.

Run lifecycle and monitoring

Understand queueing, status transitions, and run visibility.

Safe rollouts and troubleshooting

Reduce risk in production changes and recover quickly from failed runs.