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

New guestbook example #135

Merged
merged 1 commit into from
Sep 1, 2016
Merged

New guestbook example #135

merged 1 commit into from
Sep 1, 2016

Conversation

sebgoa
Copy link
Contributor

@sebgoa sebgoa commented Aug 31, 2016

this adds the guestbook example.

It is really sweet, it works with docker-compose (v2) on a Docker for Mac, and straight up with kompose up on minikube.

@ngtuna
Copy link
Contributor

ngtuna commented Sep 1, 2016

Great. Merge it.

@ngtuna ngtuna closed this Sep 1, 2016
@ngtuna ngtuna reopened this Sep 1, 2016
@ngtuna ngtuna merged commit 5d37303 into kubernetes:master Sep 1, 2016
@pydevops
Copy link

pydevops commented Sep 1, 2016

@Runseb hi, just wonder how to expose the port 80 in minikube outside the vm. The kompose generates "loadBalancer "service load only while minikube can only expose port via NodePort.

@sebgoa
Copy link
Contributor Author

sebgoa commented Sep 1, 2016

@pydevops kompose should generate a cluster IP service. To access the app running in minikube you need to use 'kubectl proxy' or edit the service manually to become a nodePort ....or run the ingress controller in minikube and create an ingress.

check this blog:
http://www.skippbox.com/using-your-docker-compose-files-with-kubernetes/

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

Successfully merging this pull request may close these issues.

3 participants