Skip to content

Instantly share code, notes, and snippets.

View alexpanasUCLA's full-sized avatar

Alex alexpanasUCLA

  • Moscow
View GitHub Profile
@alexpanasUCLA
alexpanasUCLA / create-kubernetes-cluster-on-aws.sh
Created April 21, 2020 23:33 — forked from chapati23/create-kubernetes-cluster-on-aws.sh
Setup script to create a fresh kubernetes cluster on AWS with kops incl. all required AWS resources (S3 buckets, IAM etc.)
#!/bin/bash
# Prerequisites (macOS):
# - aws cli => to create AWS resources
# => pip install --upgrade --user awscli
# => aws configure
# - jq => to parse JSON results returned by the AWS CLI
# => brew install jq