Skip to content

You are viewing documentation for Instruqt 2.0 Labs - our upcoming product releasing in September 2026. For current Tracks documentation, please visitdocs.instruqt.com.

Kubernetes Config


The Kubernetes Config resource applies Kubernetes manifests to a cluster in your lab. For the full field reference, see the Kubernetes Config Reference.

Kubernetes Config resources can be created in the Sandbox tab. To create a new one, navigate to the Sandbox tab and click the + button. Under General, select Kubernetes Config.

Start by naming the resource. Note that this is an internal name. A config applies to a cluster, so your lab needs a Kubernetes Cluster resource to target.

To edit a Kubernetes Config resource, select it from the list of existing sandboxes in the Sandbox tab. Make your changes in the configuration panel, then click Add changes to save your updates. See Editing & Publishing for how changes are reviewed and published.

The resource’s Name (internal) is for internal reference and isn’t visible to learners. Configure:

  • Cluster: the Kubernetes cluster to apply the configuration to.
  • Paths: paths to the manifest files or directories to apply.
  • Wait Until Ready: wait for all resources to be ready before proceeding (off by default).
  • Pods: pod name patterns to check for readiness.
  • Timeout: the maximum time to wait for the health check (for example 120s).