Jana Radhakrishnan
Jana Radhakrishnan
@tgraf The way we have to introduce ipv6 only networks is by introducing an `ipv6-only` option which is accessible to the user and then we can make necessary changes to...
@BenHall We would very much want to support sticky sessions (based on source IP) but it just isn't part of the api yet. In the mean time you could easily...
@dweomer We do have an option to provide a name in for ports so we can do SRV lookup on _._tcp. or retrieve it using APIs. So yes it is...
@Vanuan You could do two things. 1) Start the service using `endpoint-mode` as `dnsrr`(but still expose ports) so a vip won't be allocated for the service. 2) you could stand...
@rhim VIP is only useful within the cluster. It has no meaning outside the cluster because it is a private non-routable IP. The routing mesh uses port based service discovery...
Yeah nftables are not in the kernel until 3.14 and we can't use it to generally replace iptables yet.
IPVS is not a userspace reverse proxy which can fix up things in HTTP layer. That is the difference between a userspace proxy like HAProxy and this. If you want...