diff --git a/README.md b/README.md index 68c8fde29..64fa185ea 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,10 @@ Or this one to deploy Langflow 0.6.x: Deploy to Render +## 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. diff --git a/docs/sidebars.js b/docs/sidebars.js index 846a6e5d2..322a23050 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -118,6 +118,7 @@ module.exports = { items: [ "deployment/docker", "deployment/backend-only", + "deployment/kubernetes", "deployment/gcp-deployment", ], },