Skip to content

Commit

Permalink
migrate kubernetes docs to integration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper committed Nov 5, 2023
1 parent 005004e commit 429a7b7
Showing 1 changed file with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
---
title: LocalStack on Kubernetes
weight: 50
categories: ["LocalStack Community", "LocalStack Pro"]
tags:
- kubernetes
- k8s
description: >
Running LocalStack on Kubernetes
description: Running LocalStack on Kubernetes
aliases:
- /references/localstack-on-kubernetes/
---

LocalStack can be deployed on [Kubernetes](https://kubernetes.io/) using the [LocalStack Helm chart](http://helm.localstack.cloud/).
## Introduction

## Helm Chart
[Kubernetes](https://kubernetes.io/) is an open-source container orchestration platform that simplifies the deployment, scaling, and management of containerized applications. LocalStack can be deployed on [Kubernetes](https://kubernetes.io/) using the [LocalStack Helm chart](http://helm.localstack.cloud/).

## Getting started

To deploy LocalStack in your [Kubernetes](https://kubernetes.io/) cluster, you can use [Helm](https://helm.sh/).

Expand Down Expand Up @@ -50,9 +49,9 @@ Some useful Helm client commands are:
- Install a chart: `helm install <name> localstack/<chart>`
- Upgrade your application: `helm upgrade`

## Sample repository (`l8k`)
## LocalStack on Kubernetes (`l8k`)

The [`localstack-on-k8s](https://github.com/localstack/localstack-on-k8s) sample repository that illustrates running LocalStack on Kubernetes (k8s).
The [`localstack-on-k8s](https://github.com/localstack/localstack-on-k8s) sample repository illustrates running LocalStack on Kubernetes (k8s).

### Prerequisites

Expand Down

0 comments on commit 429a7b7

Please sign in to comment.