Kubernetes Deployment files to setup KnowKubeDev (KnowEng Platform Dev Cluster)
Launch CFN in the desired region. Takes about 10 minutes
scp -i {path/to/keypair}.pem {path/to/keypair}.pem ubuntu@{BASTION_IP}:/home/ubuntu/.ssh/
Host master
HostName {MASTER_PRIVATE_IP}
Port 22
User ubuntu
IdentityFile ~/.ssh/{keypair}.pem
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
ServerAliveInterval 60
export EFS_DNS={EFS_DNS_NAME}
wget https://raw.githubusercontent.com/prkriz/knowkubedev/master/efs-provisioner.yaml
wget https://raw.githubusercontent.com/prkriz/knowkubedev/master/knowcfnscript3.sh
sh knowcfnscript3.sh
kubectl delete svc nest-public-lb