10 2018 档案
摘要:一、 网卡重启会导致配置被覆盖 Google Cloud的Compute Engine Instance的IP地址是通过DHCP获得的。同时,nameserver和VM的hostname也通过DHCP推送给了VM,下图是系统日志中查到的VM通过DHCP获得的相关信息: 所以如果客户自定义了DNS服务
阅读全文
摘要:在Google的Kubernetes Engine上发布service,可以采用除On-Promise相同的Cluster IP和NodePort两种方式外,还可以创建LoadBalaner的Service。 其中Load Balancer可以调用Google Cloud的接口创建Google的Lo
阅读全文
摘要:用Bash命令查找本机公网IP wget -qO - http://ipecho.net/plain; echocurl https://ip.cncurl cip.cccurl ipinfo.iocurl myip.ipip.netcurl ifconfig.cocurl ifconfig.mec
阅读全文