(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| ####################################################################### | |
| # TOPICS | |
| ####################################################################### | |
| # 1. BUILD CLOUD9 FROM CLOUDSHELL | |
| # 2. BUILD EKS CLUSTER FROM CLOUD9 | |
| # 3. BUILD A CONTAINER IMAGE | |
| # 4. PUSH CONTAINER IMAGE TO ECR | |
| # 5. DEPLOY FROM ECR TO K8S | |
| # 6. CONTAINER ORCHESTRATION - balancing that which is desired against that which exists | |
| # 7. K8S CLUSTERIP SERVICES - because pods need to talk to each other |
| # This file is: ~/.ssh/config | |
| # You may have other (non-CodeCommit) SSH credentials stored in this | |
| # config file – in addition to the CodeCommit settings shown below. | |
| # NOTE: Make sure to run [ chmod 600 ~/.ssh/config ] after creating this file! | |
| # Credentials for Account1 | |
| Host awscc-account1 # 'awscc-account1' is a name you pick | |
| Hostname git-codecommit.us-east-1.amazonaws.com # This points to CodeCommit in the 'US East' region |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.