adi90x / rancher-active-proxy

All in one active reverse proxy for Rancher ! For Kubernetes : https://github.com/adi90x/kube-active-proxy
MIT License
156 stars 55 forks source link

Rancher2 #45

Closed Xstoudi closed 4 years ago

Xstoudi commented 6 years ago

Is rancher-active-proxy compatible with rancher 2.0 ?

adi90x commented 6 years ago

I am using it with Rancher 1.6.12, and no idea of the change to v2... If you try let us know ! If not I may try whenever I have some more time !

Le 20 févr. 2018 15:46, "Xavier Stouder" notifications@github.com a écrit :

Is rancher-active-proxy compatible with rancher 2.0 ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/adi90x/rancher-active-proxy/issues/45, or mute the thread https://github.com/notifications/unsubscribe-auth/AKpqdDxY3Ut3flmxEekLEasTT1ms2zEAks5tWtrfgaJpZM4SMETE .

Q-efx commented 6 years ago

Rancher 2.0 is dropping cattle as far as I understood.

So RAP would need to work within Kubernetes. So RAP would be pretty much dead when 2.0 arrives and people switch :(

I liked the simplicity though!

Traefik for Kubernetes is also nice, but has more overhead.

adi90x commented 6 years ago

I haven't really look into Rancher 2 at the moment but I am quite sure that RAP should work with it too ! I don't see any reason they would drop API support... However, there may be some endpoint config change ! Will check that this week and keep you inform ! As for kubernetes, I have never really use it but may be looking into it in the future

Le dim. 25 mars 2018 à 19:10, Q-efx notifications@github.com a écrit :

Rancher 2.0 is dropping cattle as far as I understood.

So RAP would need to work within Kubernetes. So RAP would be pretty much dead when 2.0 arrives and people switch :(

I liked the simplicity though!

Traefik for Kubernetes is also nice, but has more overhead.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/adi90x/rancher-active-proxy/issues/45#issuecomment-375986451, or mute the thread https://github.com/notifications/unsubscribe-auth/AKpqdHawooVlbWvALvdRbCXsBBTsU8Lpks5th8-NgaJpZM4SMETE .

Xstoudi commented 6 years ago

Seems to not work, have you tried it ?

vitorfhc commented 6 years ago

Would someone mind giving us some feedback? Is it working?

mustanggb commented 5 years ago

I tried, got as far as launching rancher on different ports, but was unable to figure out how to launch rancher-agent on different ports and keep it talking to rancher. Any hints would be appreciated.

adi90x commented 5 years ago

Hello,

Rancher 2 is based on kubernetes, so I don't think we can use the same approach... But I am working on a kubernetes ingress (should be possible to use it as à load balancer in rancher) that would do the exact same thing except it will talk with kubernetes API instead of rancher. Will see if I can make it work with rancher too

Regards,

Le jeu. 17 janv. 2019 à 17:07, Mustang notifications@github.com a écrit :

I tried, got as far as launching rancher on different ports, but was unable to figure out how to launch rancher-agent on different ports and keep it talking to rancher. Any hints would be appreciated.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/adi90x/rancher-active-proxy/issues/45#issuecomment-455228283, or mute the thread https://github.com/notifications/unsubscribe-auth/AKpqdGHDvJ7d2vQsztvNnw8bUenjEPVjks5vEJ-pgaJpZM4SMETE .

mustanggb commented 5 years ago

Ah interesting, thanks for the info.

adi90x commented 4 years ago

Hello,

@mustanggb @vitorfhc @Xstoudi @Q-efx I know it is more than a year old topic , but I just release Kube Active Proxy

Kube Active Proxy ( a.k.a KAP ) is the same as RAP but for Kubernetes cluster environment This should therefore work with Rancher 2 ( I have develop it using a k3s environment from Rancher ) Do not hesitate to have a look if you are still using RAP :)

Have a good evening,

mustanggb commented 4 years ago

Thanks a lot, I will definitely check it out.

adi90x commented 4 years ago

Thanks a lot, I will definitely check it out.

Do not hesitate to raise any issue or PR to this new appli !

Xstoudi commented 4 years ago

Dude, you rocks !