Skip to content

Instantly share code, notes, and snippets.

@vfarcic
Last active January 18, 2022 00:30
Show Gist options
  • Save vfarcic/9f2ee2be882e0f39474d1d6fb1b63b83 to your computer and use it in GitHub Desktop.
Save vfarcic/9f2ee2be882e0f39474d1d6fb1b63b83 to your computer and use it in GitHub Desktop.
# Source: https://gist.github.com/9f2ee2be882e0f39474d1d6fb1b63b83
####################
# Create a Cluster #
####################
# Make sure that Kubernetes is enabled
# Tested with 2 CPUs and 3GB RAM
kubectl apply \
--filename https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.1.0/deploy/static/provider/cloud/deploy.yaml
export INGRESS_HOST=127.0.0.1
#######################
# Destroy The Cluster #
#######################
# Open Preferences, select the Kubernetes tab, and click the Reset Kubernetes Cluster button
# Quit Docker Desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment