docs: add kubernetes deployment
This commit is contained in:
parent
2fced3bd45
commit
c0a4a9d1ba
2 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -118,6 +118,7 @@ module.exports = {
|
|||
items: [
|
||||
"deployment/docker",
|
||||
"deployment/backend-only",
|
||||
"deployment/kubernetes",
|
||||
"deployment/gcp-deployment",
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue