自己练手的小项目,在一台阿里云ECS上使用docker部署一个Mysql Container和一个Server Contrainer
Server Container暴露8000端口号对外界提供服务
现在纠结的是 Old Server Container已在线上提供服务了,我现在想要上线New Server Container, 如何让用户无感知地切换到New Server Container?
感谢大佬指点。
相关问题
- Docker task in Azure devops won't accept "$(pw
- Unable to run mariadb when mount volume
- Unspecified error (0x80004005) while running a Doc
- What would prevent code running in a Docker contai
- How to reload apache in php-apache docker containe
可以前面挡一个proxy,例如nginx,或者云上的LB(负载均衡)产品都阔以。