Skip to content

Instantly share code, notes, and snippets.

@vfarcic
Last active January 18, 2022 00:42
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/27663b05dbb8cb922cd22e25ffdab133 to your computer and use it in GitHub Desktop.
Save vfarcic/27663b05dbb8cb922cd22e25ffdab133 to your computer and use it in GitHub Desktop.
# Source: https://gist.github.com/27663b05dbb8cb922cd22e25ffdab133
####################
# 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 manifest install \
--set profile=demo
###################
# Install Flagger #
###################
kubectl apply \
--kustomize github.com/weaveworks/flagger/kustomize/istio
#######################
# Destroy the cluster #
#######################
# Open Docker Preferences, select the Reset tab, and select the "Reset Kubernetes cluster" button
# Sect *Quit Docker Desktop*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment