Skip to content

Instantly share code, notes, and snippets.

@alicek106
Created March 29, 2019 11:55
Show Gist options
  • Save alicek106/d4b851959e4f072af3889079dfb111b4 to your computer and use it in GitHub Desktop.
Save alicek106/d4b851959e4f072af3889079dfb111b4 to your computer and use it in GitHub Desktop.
root@aws-cli:/# git clone https://github.com/alicek106/aws-kubernetes-LB-example.git
Cloning into 'aws-kubernetes-LB-example'...
remote: Enumerating objects: 15, done.
remote: Counting objects: 100% (15/15), done.
remote: Compressing objects: 100% (11/11), done.
remote: Total 15 (delta 4), reused 15 (delta 4), pack-reused 0
Unpacking objects: 100% (15/15), done.
Checking connectivity... done.
root@aws-cli:/# kubectl apply -f aws-kubernetes-LB-example/aws-nlb/1-echo-hostname.yaml
deployment.apps/hostname-deployment created
root@aws-cli:/# kubectl apply -f aws-kubernetes-LB-example/aws-nlb/2-nlb-service.yaml
service/hostname-service created
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment