Skip to content

Instantly share code, notes, and snippets.

@vfarcic
Created April 28, 2020 22:39
Show Gist options
  • Save vfarcic/2a6e5ad588509f43baa94cbdf40d0d16 to your computer and use it in GitHub Desktop.
Save vfarcic/2a6e5ad588509f43baa94cbdf40d0d16 to your computer and use it in GitHub Desktop.
####################
# Create a Cluster #
####################
minikube start
#############################
# Deploy Ingress Controller #
#############################
minikube addons enable ingress
export INGRESS_HOST=$(minikube ip)
#######################
# Destroy The Cluster #
#######################
minikube delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment