Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: src/layouts/Default.astro
pubDate: 2024-08-22
modDate: 2024-08-22
modDate: 2026-05-01
title: Kubernetes Worker
navOrder: 10
---
Expand All @@ -10,12 +10,6 @@ The Kubernetes Worker allows worker operations to be executed within a Kubernete
This allows compute resources used during the execution of a Deployment process (or runbook) are released
when the Deployment completes.

:::div{.info}
The Kubernetes Worker is in "Early Access" and may not cover every scenario immediately, but it is maturing.
Your feedback will help drive its direction, so please post your thoughts and experiences in our [community slack](https://octopususergroup.slack.com/archives/CBQ3FPQAH)
or [ProductBoard](https://portal.productboard.com/octopusdeploy/1-octopus-deploy-roadmap/c/108-workers-on-kubernetes).
:::

The Octopus Web portal provides a wizard which constructs guides you through the creation of a Helm installation command
which installs the Kubernetes Worker in your cluster.

Expand Down
Loading