Created
March 29, 2019 11:55
-
-
Save alicek106/d4b851959e4f072af3889079dfb111b4 to your computer and use it in GitHub Desktop.
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
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