loft-sh / jspolicy

jsPolicy - Easier & Faster Kubernetes Policies using JavaScript or TypeScript

Home Page:https://www.jspolicy.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

External JsPolicy server

max-rh opened this issue · comments

Hi there, wanna start by saying that we have been using this for a while now as our main mutation webhook, it solved alot of the issues we had with the previous mutators.

But now I wanna deploy mutation webhooks in external clusters that point to the same main jspolicy server we have; is this possible?

Just like when you manually build a mutation webhook where you can point it at any externally exposed HTTPS server, this would solve alot in a multi cluster environments

Edit: I have to point out that each cluster needs to get its own set of policies; there would be some shared policies but for the most part each cluster would get its own policies

Thanks