Skip to content

Instantly share code, notes, and snippets.

@algotrader-dotcom
Created March 21, 2018 16:15
Show Gist options
  • Select an option

  • Save algotrader-dotcom/7d5850628707b6c9fb5d550014854d2c to your computer and use it in GitHub Desktop.

Select an option

Save algotrader-dotcom/7d5850628707b6c9fb5d550014854d2c to your computer and use it in GitHub Desktop.
Kops - Install Kubernetes on AWS
# Configure AWS creds
aws configure
# Create DNS zone dev.domain.asia
aws route53 create-hosted-zone --name dev.domain.asia --caller-reference 1
dig NS dev.domain.asia
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment