Created
March 21, 2018 16:15
-
-
Save algotrader-dotcom/7d5850628707b6c9fb5d550014854d2c to your computer and use it in GitHub Desktop.
Kops - Install Kubernetes on AWS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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