mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-03 19:57:35 +00:00
# What does this PR do? - Migrates the remaining documentation sections to the new documentation format <!-- Provide a short summary of what this PR does and why. Link to relevant issues if applicable. --> <!-- If resolving an issue, uncomment and update the line below --> <!-- Closes #[issue-number] --> ## Test Plan - Partial migration <!-- Describe the tests you ran to verify your changes with result summaries. *Provide clear instructions so the plan can be easily re-executed.* -->
14 lines
388 B
Text
14 lines
388 B
Text
---
|
|
title: Deploying Llama Stack
|
|
description: Production deployment guides for Llama Stack in various environments
|
|
sidebar_label: Overview
|
|
sidebar_position: 1
|
|
---
|
|
|
|
import Tabs from '@theme/Tabs';
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
# Deploying Llama Stack
|
|
|
|
[**→ Kubernetes Deployment Guide**](./kubernetes_deployment.mdx)
|
|
[**→ AWS EKS Deployment Guide**](./aws_eks_deployment.mdx)
|