From aa4cba95a770891d9f37b547394de819b6e5e8d6 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sun, 14 Dec 2025 01:48:55 -0700 Subject: [PATCH] Update Servers/Containerization/Kubernetes/Migrating Docker-Compose.yml to k8s.md --- .../Kubernetes/Migrating Docker-Compose.yml to k8s.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Servers/Containerization/Kubernetes/Migrating Docker-Compose.yml to k8s.md b/Servers/Containerization/Kubernetes/Migrating Docker-Compose.yml to k8s.md index be8e099..5a7575f 100644 --- a/Servers/Containerization/Kubernetes/Migrating Docker-Compose.yml to k8s.md +++ b/Servers/Containerization/Kubernetes/Migrating Docker-Compose.yml to k8s.md @@ -1,4 +1,4 @@ -# Migrating Portainer / docker-compose.yml to Rancher RKE2 Kubernetes Cluster +# Migrating Docker Stack to Rancher RKE2 Kubernetes Cluster You may be comfortable operating with Portainer or `docker-compose`, but there comes a point where you might want to migrate those existing workloads to a Kubernetes cluster as easily-as-possible. Lucklily, there is a way to do this using a tool called "**Kompose**'. Follow the instructions seen below to convert and deploy your existing `docker-compose.yml` into a Kubernetes cluster such as Rancher RKE2. ## Installing Kompose