|
|
|
|
|
by esseph
286 days ago
|
|
> You don't need an LLM for this I guess that depends on how many you need to do BTW, I'm talking about docker/compose files. kubectl doesn't have a conversion there. When converting from podman, it's super simple. Docker would be wise to release their own similar tool. compose syntax isn't that complex, nor would it take advtange of many k8s features out of the box, but it's a good start for a small team looking to start to transition platforms (Have been running k8s clusters for 5+ years) |
|
kompose: https://kubernetes.io/docs/tasks/configure-pod-container/tra...
Also, technically docker-compose was the first orchestration tool compared to Kubernetes. Expecting former to provide a translation layer for the latter is rather unorthodox. It is usually the latter tool provides certain compatibility features for former tools...