Skip to content

Instantly share code, notes, and snippets.

@vfarcic
Last active March 23, 2020 00:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save vfarcic/06e313db2957e92b1df09fe39c249a14 to your computer and use it in GitHub Desktop.
Save vfarcic/06e313db2957e92b1df09fe39c249a14 to your computer and use it in GitHub Desktop.
####################
# Create A Cluster #
####################
# Open Docker Preferences, select the Kubernetes tab, and select the "Enable Kubernetes" checkbox
# Open Docker Preferences, select the Advanced tab, set CPUs to 2, and Memory to 2.0
# Make sure that your current kubectl context is pointing to your Docker for Mac/Windows cluster
###################
# Install Ingress #
###################
kubectl apply \
-f https://raw.githubusercontent.com/kubernetes/ingress-nginx/1cd17cd12c98563407ad03812aebac46ca4442f2/deploy/mandatory.yaml
kubectl apply \
-f https://raw.githubusercontent.com/kubernetes/ingress-nginx/1cd17cd12c98563407ad03812aebac46ca4442f2/deploy/provider/cloud-generic.yaml
#######################
# Destroy the cluster #
#######################
# Reset Kubernetes cluster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment