Skip to content

Instantly share code, notes, and snippets.

@vfarcic
Last active January 18, 2022 00:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save vfarcic/d9b92a8e03c2403624fcef25f3fcd4e5 to your computer and use it in GitHub Desktop.
Save vfarcic/d9b92a8e03c2403624fcef25f3fcd4e5 to your computer and use it in GitHub Desktop.
# Source: https://gist.github.com/d9b92a8e03c2403624fcef25f3fcd4e5
####################
# 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 4, and Memory to 8.0 GiB
#################
# Install Istio #
#################
istioctl install --skip-confirmation
kubectl apply \
--filename https://raw.githubusercontent.com/istio/istio/release-1.8/samples/addons/prometheus.yaml
#######################
# Destroy the cluster #
#######################
# Open Docker Preferences, select the Reset tab, 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