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

Update k8s deployments and add cluster-wide configs #157

Merged
merged 7 commits into from
Apr 17, 2020
Merged

Update k8s deployments and add cluster-wide configs #157

merged 7 commits into from
Apr 17, 2020

Commits on Apr 16, 2020

  1. Update k8s deployments and add cluster-wide configs

    Changes:
    * Update all services to use NodePort and Container-Native Load Balancing.
    * Update all deployments to refer to services by name, not IP address.
    * Move the ingress and cert configs to a separate folder "kubernetes/".
    * Add Pod Security Policies for the cluster and Istio.
    * Add helper script for applying the k8s configs.
    * Add helper script for moving Docker images from the main registry.
    MartinPetkov committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    aff23ec View commit details
    Browse the repository at this point in the history
  2. Remove the response-server-ws-gcloud-key user-registration-server-ws-…

    …gcloud-key secrets
    
    These aren't needed, as these apps can use the GKE credentials.
    See https://cloud.google.com/docs/authentication/production
    MartinPetkov committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    6c38d0f View commit details
    Browse the repository at this point in the history
  3. Revert "Remove the response-server-ws-gcloud-key user-registration-se…

    …rver-ws-gcloud-key secrets"
    
    This reverts commit 6c38d0f.
    MartinPetkov committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    607de0b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Configuration menu
    Copy the full SHA
    4927cff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7dc1c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ba0451 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a20f3f View commit details
    Browse the repository at this point in the history