Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kompose #42

Open
sebgoa opened this issue Sep 11, 2016 · 3 comments
Open

kompose #42

sebgoa opened this issue Sep 11, 2016 · 3 comments

Comments

@sebgoa
Copy link

sebgoa commented Sep 11, 2016

@kelseyhightower somehow I did not see that you kept on evolving this.

Do you know about:

http://github.com/skippbox/kompose

We are proposing it for the k8s incubator via sig-apps.

@dhoer
Copy link

dhoer commented Nov 28, 2016

I looked at kompose, but generating json instead of yaml and not being able to direct output was a big turnoff.

@sebgoa
Copy link
Author

sebgoa commented Nov 28, 2016

@dhoer I work on kompose.

You can certainly use what works for you, there is no silver bullet.

But kompose does allow to convert to yaml. I am not clear on what you mean by "direct output", but a simple use to generate yaml manifests and output to stdout would be:

$ ./kompose -f ./examples/docker-voting.yml convert --stdout --yaml
apiVersion: v1
items:
- apiVersion: v1
  kind: Service
  metadata:
    annotations:
      com.example.description: Vote
    creationTimestamp: null

kompose was moved to the incubator now https://github.com/kubernetes-incubator/kompose .

thanks for the feedback.

@dhoer
Copy link

dhoer commented Nov 28, 2016

@sebgoa Thanks for the tip! By "direct output" I meant the --output switch that compose2kube has. It does look like yaml will be the default in a later release: kubernetes/kompose#306.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants