Skip to content

Instantly share code, notes, and snippets.

@cloudqubes
Last active March 11, 2023 06:39
Show Gist options
  • Save cloudqubes/35a1714b008709fbecc6a7016746a8cf to your computer and use it in GitHub Desktop.
Save cloudqubes/35a1714b008709fbecc6a7016746a8cf to your computer and use it in GitHub Desktop.
ubuntu@client:~/projects/new-kube-config$ curl http://10.129.204.65:32155/square-root/4
{"InputNumber":4,"SquareRoot":2}
ubuntu@client:~/projects/new-kube-config$ curl http://10.129.204.132:32155/square-root/4
{"InputNumber":4,"SquareRoot":2}
ubuntu@client:~/projects/new-kube-config$ curl http://10.129.204.188:32155/square-root/4
{"InputNumber":4,"SquareRoot":2}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment