MySQL Forums
Forum List  »  MySQL & Kubernetes

Re: Too many connection errors while connecting to InnoDB Cluster running on EKS
Posted by: Johannes Schlüter
Date: April 30, 2024 05:40AM

Hi,

it seems like your Load balancer does a liveness probe by connecting without signing in. MySQL then detects that and interprets that as attacks and blocks the load balancers IP.

Either disable the liveness probe or make it sign in. (Using a container with `mysqladmin ping` or similar)

Options: ReplyQuote




Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.