diff --git a/website/docs/kubernetes/index.md b/website/docs/kubernetes/index.md index 5c0fdda8f45..c783c1a28ec 100644 --- a/website/docs/kubernetes/index.md +++ b/website/docs/kubernetes/index.md @@ -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) diff --git a/website/docs/kubernetes/lima/index.md b/website/docs/kubernetes/lima/index.md new file mode 100644 index 00000000000..bd9a8486a22 --- /dev/null +++ b/website/docs/kubernetes/lima/index.md @@ -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