mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-23 17:58:22 +00:00
docs: add lima kubernetes cluster docs
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
This commit is contained in:
parent
542e9e979c
commit
b1852cd2e6
2 changed files with 18 additions and 0 deletions
|
|
@ -11,4 +11,5 @@ tags: [migrating-to-kubernetes]
|
|||
Podman Desktop and Podman have many features allowing easy migration from containers to Kubernetes:
|
||||
|
||||
- [Kind support](kubernetes/kind)
|
||||
- [Lima support](kubernetes/lima)
|
||||
- [Minikube support](kubernetes/minikube)
|
||||
|
|
|
|||
17
website/docs/kubernetes/lima/index.md
Normal file
17
website/docs/kubernetes/lima/index.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
sidebar_position: 10
|
||||
title: Working with Lima
|
||||
description: Lima is one way to get Kubernetes running on your workstation.
|
||||
keywords: [podman desktop, containers, migrating, kubernetes, lima]
|
||||
tags: [migrating-to-kubernetes, lima]
|
||||
---
|
||||
|
||||
# Running Kubernetes on your workstation with Lima
|
||||
|
||||
With Podman Desktop, you can work on [Lima-powered](https://lima-vm.io/) local Kubernetes clusters.
|
||||
|
||||
#### Procedure
|
||||
|
||||
1. [Start a Lima instance running Kubernetes](/docs/Installation/creating-a-lima-instance-with-podman-desktop)
|
||||
1. [Configure the path to the kubeconfig file](/docs/kubernetes/configuring-access-to-a-kubernetes-cluster)
|
||||
1. Set the Kubernetes context to the Lima cluster
|
||||
Loading…
Reference in a new issue