Projects
A project is Helyos's logical isolation boundary that groups your deployments, secrets, network, and DNS namespace.
Deployments & Pods
Understand how Helyos turns a desired-state deployment into running pods, and how the pod lifecycle works.
Scaling
How replicas work in Helyos, how to scale a deployment up and down, and how the orchestrator reconciles desired state with what is actually running.
Scheduling
How Helyos decides which node runs each pod, the spread and binpack strategies, tunable weights, and rescheduling when a node fails.
Health Checks & Restart Policies
Configure HTTP health probes and restart policies so Helyos keeps your pods healthy with exponential backoff and crash-loop detection.
Service Discovery (DNS)
How Helyos resolves deployment and pod names with its embedded Hickory DNS server so your containers can find each other by name.