Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support out-of-cluster configuration #180

Closed
lucaspalm opened this issue Sep 17, 2020 · 0 comments · Fixed by #186
Closed

Support out-of-cluster configuration #180

lucaspalm opened this issue Sep 17, 2020 · 0 comments · Fixed by #186

Comments

@lucaspalm
Copy link
Contributor

Right now, Portieris is installed directly inside the kubernetes cluster in which it manages. It would be great if Portieris had the option to run outside of the cluster as well.

Example out-of-cluster go-client configuration can be seen here.

As long as Portieris is fed the correct cluster Kubeconfig, it should be able to perform the same actions as it does today from within the cluster. The MutatingWebhookConfiguration ClientConfig could then be changed to point directly to the URL of the out-of-cluster Portieris instance. Docs on how that is done are here.

All other kube resources like webhooks, roles, policies, etc. would still be created in the kube cluster as normal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant