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

Initial implementation of Guestbook example #11

Merged
merged 4 commits into from
Feb 20, 2018
Merged

Commits on Feb 13, 2018

  1. Initial implementation of Guestbook example

    Add a copy of the Guestbook example based on https://kubernetes.io/docs/tutorials/stateless-application/guestbook/.
    
    Also move to use a fork of the Terraform Kubernetes provider which supports Deployment (and other newer) Kubernetes resources.  We may need to maintain our own fork to provide a more stable baseline.
    lukehoban committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    709f4e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f74594 View commit details
    Browse the repository at this point in the history
  3. Use NodePort instead of LoadBalancer

    LoadBalancer isn't necessarily always supported - including apparently on our Travis Minikube setup.
    lukehoban committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    539177d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2018

  1. Cleanup to align more closely with source version

    Also, use pulumi fork of provider.
    lukehoban committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    da5ff28 View commit details
    Browse the repository at this point in the history