Questions tagged [mysql-operator]

3 questions
3
votes
1 answer

How to initialize InnoDB Cluster created via Kubernetes mysql-operator through simple script.sql

I've successfully deployed in Kubernetes a InnoDB Cluster via mysql-operator and I've also set up the scheduled backup. I'm also able to init the DB via the same backup created by InnoDB. However I can't find a way to init the DB the first time by…
rh0x
  • 1,066
  • 1
  • 13
  • 33
2
votes
2 answers

OCI Loadbalancer for exposing Innodb cluster To Internet

I have been trying to expose MySQL InnoDB Cluster setup on OCI OKE to Internet. This cluster was installed using MySQL Operator and the pods are listening on to port 6446 and 6447. I have ClusterIP to connect to pods by exec'ing into the pod.…
1
vote
0 answers

MySQL InnoDB Cluster failed to start in LKS

Description: I have been trying to set up MySQL InnoDB Cluster in K8S(Linode Kubernetes Service). For first when I provision the InnoDB cluster with 3 instances and 1 router, It starts and creates dynamic pv and PVC claim with Linode volume and…