0.0.1 • Published 5 years ago

ahenv v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Ad Hoc Env

Scripts to set up ad hoc testing environments for git projects.

Prerequisites

Install gcloud, kubectl

Getting started

Setup

  1. First we need to set up and define the cluster and then get the credentials.

    # Create the cluster
    $ gcloud container clusters create <cluster-name>
    
    # Allows your machine to connect to the cluster
    $ gcloud container clusters get-credentials <cluster-name>

    Optional: You can do this through the GCP dashboard here https://console.cloud.google.com/kubernetes/list.