Created
June 9, 2018 13:37
-
-
Save mhiro2/c3e6b62ff1203e35b18c65f832cf7a26 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
$ kubectl apply -f samples/bookinfo/kube/bookinfo.yaml | |
service "details" created | |
deployment.extensions "details-v1" created | |
service "ratings" created | |
deployment.extensions "ratings-v1" created | |
service "reviews" created | |
deployment.extensions "reviews-v1" created | |
deployment.extensions "reviews-v2" created | |
deployment.extensions "reviews-v3" created | |
service "productpage" created | |
deployment.extensions "productpage-v1" created |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment