Skip to content

Instantly share code, notes, and snippets.

@JordiCorbilla
Created May 11, 2020 16:52
Show Gist options
  • Save JordiCorbilla/c37188322aeb4820fe2a26f83bb3de56 to your computer and use it in GitHub Desktop.
Save JordiCorbilla/c37188322aeb4820fe2a26f83bb3de56 to your computer and use it in GitHub Desktop.
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