You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running each individual K8s YAML file is dramatic change for anyone who is used to Docker Swarm, who tends to only run a single 'docker-compose.yaml' file for deployment.
It'd be nice for kompose to produce a single, executable script that runs all the K8s YAML files it produced. This thus improves the workflow of a former Docker Swarm user in addition to easing their transition to Kubernetes.
There could be an option to opt in or opt out of this feature.
If not, then it'd be nice if all the produced K8s YAML file are organized into a single folder.
The text was updated successfully, but these errors were encountered:
@phatlast96 When you convert you can use kompose convert -o output.yaml and the output will be aggregated in one single file. I think this is very close to docker-compose.
Running each individual K8s YAML file is dramatic change for anyone who is used to Docker Swarm, who tends to only run a single 'docker-compose.yaml' file for deployment.
It'd be nice for kompose to produce a single, executable script that runs all the K8s YAML files it produced. This thus improves the workflow of a former Docker Swarm user in addition to easing their transition to Kubernetes.
There could be an option to opt in or opt out of this feature.
If not, then it'd be nice if all the produced K8s YAML file are organized into a single folder.
The text was updated successfully, but these errors were encountered: