> For the complete documentation index, see [llms.txt](https://docs.aurras.hugobyte.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aurras.hugobyte.com/dependencies/openwhisk/deployment/setup-kubernetes.md).

# Kubernetes

Only OpenWhisk Kubernetes deployment should be used for production deployment

{% hint style="warning" %}
For production deployment generate a new user and namespace with **wskadmin\_openwhisk-wskadmin** container cli ([reference](https://github.com/apache/openwhisk/tree/master/tools/admin)) and override default provided system and guest auth
{% endhint %}

### Prerequisites

* [Kubernetes](/dependencies/kubernetes.md)
* [Helm](/dependencies/helm.md)

### Environment

* [Windows](/dependencies/openwhisk/deployment/setup-kubernetes/environment/windows.md)
* [macOS](/dependencies/openwhisk/deployment/setup-kubernetes/environment/macos.md)
* [Ubuntu](/dependencies/openwhisk/deployment/setup-kubernetes/environment/ubuntu.md)
* [IBM Cloud Private (ICP)](https://github.com/apache/openwhisk-deploy-kube/blob/master/docs/k8s-ibm-private.md#configuring-openwhisk)
* [IBM Kubernetes Service (IKS)](https://github.com/apache/openwhisk-deploy-kube/blob/master/docs/k8s-ibm-public.md#configuring-openwhisk)
* [Google Kubernetes Engine (GKE)](https://github.com/apache/openwhisk-deploy-kube/blob/master/docs/k8s-google.md#configuring-openwhisk)
* [Amazon Elastic Kubernetes Service (EKS)](https://github.com/apache/openwhisk-deploy-kube/blob/master/docs/k8s-aws.md#configuring-openwhisk)


---

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

```
GET https://docs.aurras.hugobyte.com/dependencies/openwhisk/deployment/setup-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.
