Update Servers/Containerization/Kubernetes/Migrating Docker-Compose.yml to k8s.md
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 7s

This commit is contained in:
2025-12-14 01:52:31 -07:00
parent f49ed5b965
commit 7ca1f92291

View File

@@ -10,7 +10,7 @@ kompose --file docker-compose.yaml convert --stdout > compose-k8s.yaml
This will attempt to convert the `docker-compose.yml` file into a Kubernetes manifest YAML file. The Before and after example can be seen below: This will attempt to convert the `docker-compose.yml` file into a Kubernetes manifest YAML file. The Before and after example can be seen below:
=== "docker-compose.yml`" === "docker-compose.yml"
``` yaml ``` yaml
version: "2.1" version: "2.1"