> 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.md).

# Openwhisk

Apache OpenWhisk is an open-source, distributed Serverless platform that executes functions (fx) in response to events at any scale. OpenWhisk manages the infrastructure, servers, and scaling using Docker containers so you can focus on building amazing and efficient applications.

## Deployment

Openwhisk can be deployed in multiple ways. For production, it is recommended to use Kubernetes

* [Docker Compose](/dependencies/openwhisk/deployment/setup-docker-compose.md)
* [Kubernetes](/dependencies/openwhisk/deployment/setup-kubernetes.md)
