Created
May 11, 2020 16:52
-
-
Save JordiCorbilla/c37188322aeb4820fe2a26f83bb3de56 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
PS C:\Users\thund\Source\Repos\TradingPlatform> kubectl apply -f .\service.yml | |
service/trading-platform-service created | |
PS C:\Users\thund\Source\Repos\TradingPlatform> kubectl get services | |
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE | |
kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 4d10h | |
trading-platform-service LoadBalancer 10.110.193.37 localhost 8080:30435/TCP 13s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment