You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
Users having their own kubernetes cluster with the cluster machine being publically accesible
Users having namespaced/or limited access to a kubernetes cluster. Basically a users sharing a single kubernetes cluster using RBAC. Also these users have a cluster which is internal and only the kuberentes api loadbalancer is public.
ksync works perfectly when you fall into first kind of users. But from what i have experienced so far, code is not friendly for second type of users #293
I would like to contribute to ksync to make it friendly for 2nd kind of user. I see there are the areas of work here
to make it RBAC friendly with every access configured at the time of installation.
to make it workable for clusters in which nodes are internal and api server is only public. Will tunnelling work? will sync work in this kind of setup?
What are the things that is required to be changed? Will it be a major work?