headlamp-k8s / headlamp

A Kubernetes web UI that is fully-featured, user-friendly and extensible
https://headlamp.dev
Apache License 2.0
2.06k stars 149 forks source link

[RFE] support docker-compose files #812

Open illume opened 1 year ago

illume commented 1 year ago

Current situation

Would be nice to be able to support docker-compose files, since some folks like using those.

Impact

People used to docker-compose might prefer that.

Ideal future situation

People could use docker compose files if they prefer.

Implementation options

The kubernetes docs have a section on this: https://kubernetes.io/docs/tasks/configure-pod-container/translate-compose-kubernetes/

Where they recommend using the https://kompose.io/ tool.

ashu8912 commented 1 year ago

This looks interesting to me, i can pick this one :D, would be a good learning opportunity