https://jimmysong.io/posts/accessing-kubernetes-pods-from-outside-of-the-cluster/ 从外部访问Kubernetes中的Pod 看完木记住... ingress的一直没实操.. 今天搞一下. 你需要知道的访问Pod的5种方式Posted on November 21, 2017 The Forbidden City Nov 22,2015 Tue Nov 21, 2017 2100 Words|Read in abou
mysql安装后默认是localhost访问,如果需要外部访问可以设置一个新的账号把host改为%,意味着所有ip均可以访问 grant all privileges on *.* to 'outUser'@'%' identified by '12' with grant option 然后 flush privileges; 就可以使用outUser账户密码12来外部访问,有的时候无法访问需要打开防火墙开放端口 centos 7 中使用的是firewall-cmd命令 # firewall-