---
title: Charmhub | Deploy Kubernetes Worker using Charmhub - The Open Operator Collection
description: Deploy the latest version of Kubernetes Worker on any cloud.
url: https://charmhub.io/kubernetes-worker/actions
---

# Kubernetes Worker

[Canonical Kubernetes](https://charmhub.io/publisher/containers "View all packages from Canonical Kubernetes")

* [Canonical Kubernetes](https://charmhub.io/publisher/containers "View all packages from Canonical Kubernetes")

Platform:

24.04

22.04

20.04

18.04

16.04

stable 1e69f33

```
juju deploy kubernetes-worker
```

[Learn to deploy on juju >](https://juju.is/docs/juju/manage-applications)

* [cis-benchmark](https://charmhub.io/kubernetes-worker/actions#cis-benchmark)
* [upgrade](https://charmhub.io/kubernetes-worker/actions#upgrade)

[Learn about actions >](https://juju.is/docs/juju/action)

* cis-benchmark

  Run the CIS Kubernetes Benchmark against snap-based components.

  Params

  + apply
    string

    Apply remedies to address benchmark failures. The default, 'none',
    will not attempt to fix any reported failures. Set to 'conservative'
    to resolve simple failures. Set to 'dangerous' to attempt to resolve
    all failures.

    Note: Applying any remediation may result in an unusable cluster.
  + config
    string

    Archive containing configuration files to use when running kube-bench.
    The default value is known to be compatible with snap components. When
    using a custom URL, append '#<hash\_type>=<checksum>' to verify the
    archive integrity when downloaded.
  + release
    string

    Archive containing the 'kube-bench' binary to run. The default value
    points to a stable upstream release. When using a custom URL, append
    '#<hash\_type>=<checksum>' to verify the archive integrity when
    downloaded.

    This may also be set to the special keyword 'upstream'. In this case,
    the action will compile and use a local kube-bench binary built from
    the default branch of the upstream repository:
    https://github.com/aquasecurity/kube-bench
* upgrade

  Upgrade the Kubernetes snaps
