Skip to content

Instantly share code, notes, and snippets.

@mouthzipper
Created July 23, 2018 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mouthzipper/c4d6600bfc6cf6fe7358f5ffb7f5b2a3 to your computer and use it in GitHub Desktop.
Save mouthzipper/c4d6600bfc6cf6fe7358f5ffb7f5b2a3 to your computer and use it in GitHub Desktop.
Setup Gofish Package Manager
1. Intall via curl
curl -fsSL https://raw.githubusercontent.com/fishworks/gofish/master/scripts/install.sh | bash
2. Init gofish
gofish init
Install acs-engine using gofish
1. gofish install acs-engine
Install azue-clie via brew
1.Install brew
1. install ruby
2. /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
2.brew update && brew install azure-cli
Install kubernetes via brew
1. brew install kubernetes-cli
Login to az
1. az login
Create resource group
1. az group create --name test --location southeastasia
-- return json object with id (use this to deploy)
Deploy
1.azure acs-engine deploy --subscription-id <id> --dns-prefix test --resource-group test --location southeastasia --api-model azuredeploy.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment