简体   繁体   中英

SSL integration Azure docker

We have docker swarm container and would like to enable https to this service. Can anyone tell me how to integrate Windows Azure Docker container service with SSL certificate ?

Can anyone tell me how to integrate Windows Azure Docker container service with SSL certificate ?

For now, Azure load balancer is a basic Layer 4 (TCP) load balancer, many applications require additional features, so we need another load balancer .

If we want to enable SSL certificate for ACS swarm, we should use NGINX, the NGINX provides is SSL/TLS termination. Nginx work in this way: 在此处输入图片说明

More information about NGINX load balancer, please refer to this link .

Load balancing containers with Docker Swarm and Nginx, please refer to this link .

By the way, here a similar case about your, but that case talk about K8S, not Swarm, use Nginx to load balancing SSL.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM