Configure Kubernetes on TurboStack

How to enable Kubernetes for an application on TurboStack so you can run containerized workloads, and the YAML it produces.

Enabling Kubernetes for an application provisions a lightweight orchestrator so you can run containerized workloads.

The K8s (Kubernetes) panel under Configure application > Technologies, enabled, which is the panel's only setting
The K8s (Kubernetes) panel under Configure application > Technologies, enabled, which is the panel's only setting

Where to configure it

Kubernetes is enabled per application:

  1. Open the host and select the application.
  2. Go to Configure application > Technologies > K8s.
  3. Enable Kubernetes.

TurboStack provisions the lightweight cluster from there; you then deploy your workloads onto it.

YAML configuration

Required

Key Meaning
k8s_enabled Set to true to provision a lightweight Kubernetes environment for this application.

Optional

There are no additional Kubernetes keys to set in TurboStack - your workloads are described by your own Kubernetes manifests.

# Per-application: run containerized workloads on Kubernetes
k8s_enabled: true