Given that there are at least a few interested people I will move the project from my personal forge to Codeberg / GitHub soon™️ 😅 Is there anything in particular that you’re interested in that I could answer beforehand?
If you want to switch I could probably share the Envoy configuration I created? You'd need to adopt it a little bit, because I decided to go with an active control plane, hence I don't use service names but I'm using the actual pod IPs to skip one network hop but it should give you an idea how it could look like with all the necessary filters and everything? As for the helm chart: I tried the community one and the one from Bitnami and both had some rough edges from what I remember (it's already over year ago) and it didn't feel like I could make it as stable as it needs to be if I want enterprise scale, meaning, I'd have to deploy 10+ instances and maintain all of them, I can't spend a lot of time fixing issues or helping app teams to get what they want. That's the main reason I decided to build an operator, because CRDs plus validation hooks are a lot friendlier for inexperienced folks to get quick feedback what's wrong 😅