Google Cloud Shell Network Details
March 15, 2018
Marco Cantu’s blog post aboutRunning a Delphi Linux Application on Google Cloud Shell got me wondering more about the Google Cloud Shell,specifically around the networking. First of all, is the IP address public?
jim@cloudshell:~$ hostname -I
172.18.0.1 172.17.0.2
jim@cloudshell:~$ curl icanhazip.com
35.199.148.57
So the private IP is different from the public IP. I’ll need to test…