Stay Hungry,Stay Foolish!

摘要: How Do Kubernetes and Docker Create IP Addresses?! https://dustinspecker.com/posts/how-do-kubernetes-and-docker-create-ip-addresses/ iptables: How Doc 阅读全文
posted @ 2024-06-28 22:36 lightsong 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 内部负载均衡和 VIP IPVS IPVS, which stands for IP Virtual Server, is a high-performance load balancing technology designed for Linux systems. It operates at 阅读全文
posted @ 2024-06-28 21:35 lightsong 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 实验 基于此代码,部署两个web容器, 一个gateway容器。 https://github.com/fanqingsong/microservice-demo song@song-VirtualBox:~/workspace/microservice-demo$ docker network i 阅读全文
posted @ 2024-06-28 20:53 lightsong 阅读(2) 评论(0) 推荐(0) 编辑
摘要: docker-compose scale 配置 https://github.com/docker/compose/issues/5586 version: '2.2' services: template: image: tutum/hello-world scale: 2 version: "3 阅读全文
posted @ 2024-06-28 19:49 lightsong 阅读(2) 评论(0) 推荐(0) 编辑
摘要: microservice-demo https://github.com/fanqingsong/microservice-demo docker-compose.yml version: '2' services: gateway: build: traefik command: --logLev 阅读全文
posted @ 2024-06-28 15:34 lightsong 阅读(2) 评论(0) 推荐(0) 编辑
Life Is Short, We Need Ship To Travel