
agoat/routing-mesh-controllerThe controller for the ingress routing mesh network to forward web traffic to the backend service containers.
This is one of the two needed containers to establish a routing mesh in a docker swarm installation.
The purpose of this setting (and different to Traefik) is to have the manager with direct Access to the docker instance isolated from the routing container, which is only getting the configuration written by the manager.
Run docker stack deploy with the following deploy stack:
yamlVersion: "3.8" services: controller: image: agoat/routing-mesh-controller:latest deploy: mode: global labels: routing.mesh.controller: "true" networks: controller: ports: - target: 80 published: 80 mode: host - target: 443 published: 443 mode: host volumes: - "config:/etc/nginx/conf.d:ro" - "challenges:/var/www/letsencrypt:ro" - "certs:/etc/letsencrypt:ro" manager: image: agoat/routing-mesh-manager:latest deploy: mode: global environment: ROUTING_NETWORK: "routingmesh" LETSENCRYPT_*** "***" NODE_ID: '{{.Node.ID}}' networks: manager: volumes: - "/var/run/docker.sock:/var/run/docker.sock" - "config:/etc/nginx/conf.d" - "challenges:/var/www/letsencrypt" - "certs:/etc/letsencrypt" volumes: config: challenges: certs: networks: controller: attachable: true name: "routingmesh" manager: name: "routingmesh_manager"

manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务