# Do you support Kubernetes?

We do not currently offer Managed Kubernetes.  Users can install and operate K8s themselves on VMs and Bare Metal, for example using [CNCF Kubernetes](https://kubernetes.io/releases/download/) and [MicroK8s](https://microk8s.io/). &#x20;

Containers can be run in Denvr Cloud by creating a Custom Application.  This is similar to managed Kubernetes in that user applications are monitored for failover and recovery as well as supporting dynamic pod changes.  The limitation is that you cannot install Kubernetes packages or use the kubectl command-line and APIs.


---

# 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.denvrdata.com/docs/additional-information/faqs/do-you-support-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.
