> For the complete documentation index, see [llms.txt](https://docs.weka.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.weka.io/kubernetes/weka-operator-deployments/cloud-deployment-manager-kubernetes-deployment-types.md).

# Cloud Deployment Manager Kubernetes deployment types

Explore Kubernetes deployment types available in Cloud Deployment Manager (CDM). CDM guides configuration and generates validated WEKA Operator deployment artifacts. Select the deployment model that matches your infrastructure, performance requirements, and tenancy design.

### Access Cloud Deployment Manager

Open [Cloud Deployment Manager](https://cloud.weka.io/) and sign in with your WEKA account. Select **Kubernetes** to start a deployment configuration.

<div data-with-frame="true"><figure><img src="/files/ZAGpl2ZmNgzDzd3iNL7g" alt="" width="563"><figcaption></figcaption></figure></div>

### Kubernetes deployment types

Choose how WEKA runs on your Kubernetes cluster before generating deployment artifacts. CDM supports three deployment types. Each type follows a separate deployment procedure.

<table><thead><tr><th width="199">Deployment type</th><th>Description</th><th>When to use</th></tr></thead><tbody><tr><td><strong>Dedicated</strong></td><td>WEKA backends run on dedicated storage nodes. Clients connect from separate nodes.</td><td>Standard production layout with a clear separation between storage and workload nodes.</td></tr><tr><td><strong>Axon (converged)</strong></td><td>Co-locates WEKA backends with your workload or GPU nodes and adds a client configuration.</td><td>GPU or compute clusters where storage and workloads share the same nodes.</td></tr><tr><td><strong>Composable Clusters</strong></td><td>One WekaCluster per tenant over shared physical NVMe drives (through the SSD proxy), against a single shared sign-drives policy.</td><td>Multi-tenant environments where several WEKA clusters share the same physical drives.</td></tr></tbody></table>

Select the required type from the deployment options in CDM.

<div data-with-frame="true"><figure><img src="/files/4TWJkF4nWdjI3Ra9BgA5" alt="Kubernetes deployment type options in Cloud Deployment Manager" width="513"><figcaption><p>Deployment type options in Cloud Deployment Manager</p></figcaption></figure></div>

Dedicated is the recommended deployment type for most production environments.

To change the deployment type after you start a configuration, select the type badge (for example, **Dedicated**) at the top of the wizard page. Switching starts a new configuration for the selected type.

For the deployment procedure, see:

* [Deploy dedicated WEKA on Kubernetes using the CDM](/kubernetes/weka-operator-deployments/cloud-deployment-manager-kubernetes-deployment-types/deploy-dedicated-weka-on-kubernetes-using-the-cdm.md)
* [Deploy Axon on Kubernetes using the CDM](/kubernetes/weka-operator-deployments/cloud-deployment-manager-kubernetes-deployment-types/deploy-axon-on-kubernetes-using-the-cdm.md)
* [Deploy Composable Clusters on Kubernetes using the CDM](/kubernetes/weka-operator-deployments/cloud-deployment-manager-kubernetes-deployment-types/deploy-composable-clusters-on-kubernetes-using-the-cdm.md)

**Related topics**

* [WEKA Operator deployments](/kubernetes/weka-operator-deployments.md)
* [WEKA Operator full deployment workflow](/kubernetes/weka-operator-deployments/weka-operator-full-deployment-workflow.md)
* [WEKA CRD API Reference](https://weka.github.io/weka-k8s-api/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.weka.io/kubernetes/weka-operator-deployments/cloud-deployment-manager-kubernetes-deployment-types.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
