Changes

Docker Swarm Mode

528 bytes added, 18:55, 17 July 2018
IPTV
IPVS (IP Virtual Server) implements transport-layer load balancing, usually called Layer 4 LAN switching, as part of the Linux kernel.
IPVS can direct requests for TCP- and UDP-based services to the real servers, and make services of the real servers appear as virtual services on a single IP address. IPVS is built on top of the Netfilter.[
 
 
===routing mesh===
 
A swarm -on futó szolgáltatások portjait az úgynevezett '''routing mesh''' tartja nyilván. Ha egy szolágáltatást egy adott porton el kell hogy érjünk a swarm-on kívülről, akkor be kell regisztrálni a portot a routing mesh-be. <br>
Az alábbi portokat kell kinyitni a VM-ek között még a swarm létrehozása előtt:
* 7946 TCP/UDP for container network discovery.
* 4789 UDP for the container ingress network.
{{tip|A docker-machine-el KVM-re létrehozott gépeken minden port nyitva van}}
=Create swarm cluster=