ahenv
v0.0.1
Published
Scripts to set up ad hoc testing environments for git projects.
Downloads
15
Readme
Ad Hoc Env
Scripts to set up ad hoc testing environments for git projects.
Prerequisites
Install gcloud, kubectl
Getting started
Setup
- 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.
