hypnotic_nerd@programming.dev to Asklemmy@lemmy.mlEnglish · 10 months agoHow to scale MySQL horizontally?message-squaremessage-square12fedilinkarrow-up130arrow-down12file-text
arrow-up128arrow-down1message-squareHow to scale MySQL horizontally?hypnotic_nerd@programming.dev to Asklemmy@lemmy.mlEnglish · 10 months agomessage-square12fedilinkfile-text
What is the industry/production grade solutions or if you have already any experience please share it. Thanks
minus-squarefruitycoder@sh.itjust.workslinkfedilinkarrow-up2·10 months agoI’ve been eyeing vitess for this personally, haven’t needed it yet, so I can’t tell you how good it is in my opinion.
minus-squarehypnotic_nerd@programming.devOPlinkfedilinkEnglisharrow-up2·10 months agoCan you help me out here, I tried to setup vitess with kubernetes and vitess-operator but pods were always crashing and there is no proper community support and docs for it. How did you implement it? And how is the support?
minus-squarefruitycoder@sh.itjust.workslinkfedilinkarrow-up2·edit-210 months agoAre you following this guide perhaps? Also make sure you have a storage class setup (for example Longhorn or Rook/Ceph) the operator docs doesn’t explicitly mention that requirement.
I’ve been eyeing vitess for this personally, haven’t needed it yet, so I can’t tell you how good it is in my opinion.
Can you help me out here, I tried to setup vitess with kubernetes and vitess-operator but pods were always crashing and there is no proper community support and docs for it. How did you implement it? And how is the support?
Are you following this guide perhaps?
Also make sure you have a storage class setup (for example Longhorn or Rook/Ceph) the operator docs doesn’t explicitly mention that requirement.