docs: add kubernetes deployment

This commit is contained in:
Nicolò Boschi 2024-06-20 13:12:11 +02:00 committed by Gabriel Luiz Freitas Almeida
commit c0a4a9d1ba
2 changed files with 5 additions and 0 deletions

View file

@ -114,6 +114,10 @@ Or this one to deploy Langflow 0.6.x:
<img src="https://render.com/images/deploy-to-render-button.svg" alt="Deploy to Render" />
</a>
## Deploy on Kubernetes
Follow our step-by-step guide to deploy [Langflow on Kubernetes](https://github.com/langflow-ai/langflow/blob/dev/docs/docs/deployment/kubernetes.md).
# 🖥️ Command Line Interface (CLI)
Langflow provides a command-line interface (CLI) for easy management and configuration.

View file

@ -118,6 +118,7 @@ module.exports = {
items: [
"deployment/docker",
"deployment/backend-only",
"deployment/kubernetes",
"deployment/gcp-deployment",
],
},