Skip to content

Instantly share code, notes, and snippets.

@vfarcic
Last active January 18, 2022 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vfarcic/9a9752cf5355f1b8095bd34565b80aae to your computer and use it in GitHub Desktop.
Save vfarcic/9a9752cf5355f1b8095bd34565b80aae to your computer and use it in GitHub Desktop.
# Source: https://gist.github.com/9a9752cf5355f1b8095bd34565b80aae
####################
# Create A Cluster #
####################
# Open Docker Preferences, select the Kubernetes tab, and select the "Enable Kubernetes" checkbox
# Open Docker Preferences, select the Resources > Advanced tab, set CPUs to 4, and Memory to 6.0 GiB, and press the "Apply & Restart" button
#################
# Install Istio #
#################
# Make sure that nginx Ingress is not running
istioctl manifest install \
--skip-confirmation
# If Docker Desktop
export INGRESS_HOST=127.0.0.1
echo $INGRESS_HOST
#######################
# Destroy the cluster #
#######################
# Open Docker Troubleshoot, and select the "Reset Kubernetes cluster" button
# Select *Quit Docker Desktop*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment