Skip to content

You are viewing documentation for Instruqt 2.0 Labs which is in Beta currently. Official release date - 29 September, 2026. For Tracks documentation, please visit docs.instruqt.com.

Service Tabs


Service tabs expose web applications, APIs, and dashboards running in your containers, virtual machines, or Kubernetes clusters. They create an HTTP/HTTPS proxy that users can access directly from the lab interface.

To create a service tab:

  1. Navigate to the Tabs section in your lab editor
  2. Click Add Tab and select Service from the dropdown
  3. Configure the service settings
Field Required Description
Name (internal) Used for internal reference. Not visible to end users
Target Container, Virtual Machine, or Kubernetes Cluster hosting the service
Scheme Protocol: Default, http, or https (Default leaves the scheme unset, which resolves to http)
Port Port number the service listens on
Path URL path to append to requests

Changes to a service tab follow the same edit mode and publishing workflow as other lab resources.

For detailed HCL reference information, see the Service Reference.