From f49ed5b965f9e0684cc52eb945c1eacef9800aaa Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sun, 14 Dec 2025 01:51:37 -0700 Subject: [PATCH] Update Servers/Containerization/Kubernetes/Migrating Docker-Compose.yml to k8s.md --- .../Kubernetes/Migrating Docker-Compose.yml to k8s.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 d910902..4fe5c89 100644 --- a/Servers/Containerization/Kubernetes/Migrating Docker-Compose.yml to k8s.md +++ b/Servers/Containerization/Kubernetes/Migrating Docker-Compose.yml to k8s.md @@ -1,7 +1,7 @@ -## Migrating `docker-compose.yml` to Rancher RKE2 Cluster +# Migrating `docker-compose.yml` to Rancher RKE2 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 +## Installing Kompose The first step involves downloading Kompose from https://kompose.io/installation. Once you have it downloaded and installed onto your environment of choice, save a copy of your `docker-compose.yml` file somewhere on-disk, then open up a terminal and run the following command: ```sh