Comkube: Deploy Docker Compose Apps on Kubernetes
In a hurry? Jump to quick start!
Motivation
Keep your Compose files but deploy them on Kubernetes.
The conversion happens on the fly with Kompose, providing
you with its flexibility to fine-tune as needed.
Setup
Prerequisites
kubectl
Installation
go install github.com/evolutics/comkube@latest
TODO: Pre-built executables are coming soon.
Usage
Quick start
kubectl comkube up
If you need to convert your Compose files to Kubernetes manifest files once,
from then on maintaining those Kubernetes manifests, then use
Kompose directly.
TODO