# Kubernetes

- [Composable clusters for multi-tenancy in Kubernetes](https://docs.weka.io/kubernetes/composable-clusters-for-multi-tenancy-in-kubernetes.md): Explore WEKA’s multi-tenancy with composable clusters, ensuring full resource isolation and optimal performance through Kubernetes-driven deployment.
- [WEKA Operator deployments](https://docs.weka.io/kubernetes/weka-operator-deployments.md): Discover how the WEKA Operator streamlines deploying, scaling, and managing the WEKA Data Platform on Kubernetes, delivering high-performance storage for compute-intensive workloads like AI and HPC.
- [Driver management with the WEKA Operator](https://docs.weka.io/kubernetes/weka-operator-deployments/driver-management-with-the-weka-operator.md): Automate driver lifecycle through WEKA Operator. Source pre-built or local drivers to match kernels and load automatically.
- [Set up protocols on K8s with WEKA Operator](https://docs.weka.io/kubernetes/weka-operator-deployments/set-up-protocols-on-k8s-with-weka-operator.md): Configure S3 and NFS protocols using the WEKA Kubernetes operator to provide object and file access to filesystems.
- [Set up audit logs on K8s with WEKA Operator](https://docs.weka.io/kubernetes/weka-operator-deployments/set-up-audit-logs-on-k8s-with-weka-operator.md): Configure audit log exports to external destinations using the WEKA Kubernetes operator.
- [Deploy WEKA on managed Kubernetes services](https://docs.weka.io/kubernetes/weka-operator-deployments/deploy-the-weka-client-on-amazon-eks.md): Deploy the WEKA operator on a cloud-managed Kubernetes service to mount WEKA filesystems from application pods running in a managed cluster.
- [Migrate standalone CSI to WEKA Operator-embedded](https://docs.weka.io/kubernetes/weka-operator-deployments/migrate-standalone-csi-to-weka-operator-embedded.md): Migrate the CSI plugin to the WEKA Operator to centralize cluster management and streamline future updates.
- [Weka Operator secrets management](https://docs.weka.io/kubernetes/weka-operator-deployments/weka-operator-secrets-management.md): Manage the Kubernetes secrets created by the Weka operator to store credentials and connection information required for cluster interaction. The operator automatically handles the lifecycle of these s
- [WEKA Operator day-2 operations](https://docs.weka.io/kubernetes/weka-operator-day-2-operations.md): Manage hardware, scale clusters, and optimize resources to ensure system stability and performance.


---

# Agent Instructions: 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:

```
GET https://docs.weka.io/kubernetes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
