简体   繁体   English

SSL集成Azure Docker

[英]SSL integration Azure docker

We have docker swarm container and would like to enable https to this service. 我们有docker swarm容器,想启用此服务的https。 Can anyone tell me how to integrate Windows Azure Docker container service with SSL certificate ? 谁能告诉我如何将Windows Azure Docker容器服务与SSL证书集成在一起?

Can anyone tell me how to integrate Windows Azure Docker container service with SSL certificate ? 谁能告诉我如何将Windows Azure Docker容器服务与SSL证书集成在一起?

For now, Azure load balancer is a basic Layer 4 (TCP) load balancer, many applications require additional features, so we need another load balancer . 目前,Azure负载平衡器是基本的第4层(TCP)负载平衡器,许多应用程序需要附加功能,因此我们需要另一个负载平衡器

If we want to enable SSL certificate for ACS swarm, we should use NGINX, the NGINX provides is SSL/TLS termination. 如果要为ACS群启用SSL证书,则应使用NGINX,NGINX提供的是SSL / TLS终止。 Nginx work in this way: Nginx是这样工作的: 在此处输入图片说明

More information about NGINX load balancer, please refer to this link . 有关NGINX负载均衡器的更多信息,请参考此链接

Load balancing containers with Docker Swarm and Nginx, please refer to this link . 使用Docker Swarm和Nginx进行负载均衡容器,请参考此链接

By the way, here a similar case about your, but that case talk about K8S, not Swarm, use Nginx to load balancing SSL. 顺便说一下,这里有一个关于您的类似案例 ,但该案例是关于K8S而不是Swarm的案例,请使用Nginx来负载均衡SSL。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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