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
I have a question on the capability of Rancher Desktop to support a scenario where we would like to have parity of behavior across OSX, Ubuntu and Windows developer environements.
We are coming from a home built k3s/lima (OSX) and k3s baremetal (Ubuntu) + significant Taskfile automation for Helm / Kustomize / bash full-fledge Kubernetes based dev environement.
We were looking at including Windows and thought about Rancher Desktop.
After porting the whole "Infra" automation from lima / baremetal to rancher desktop for both environments, I realized it seems like on linux rancher-desktop doesn't support the shared interface of lima on linux if I am not mistaken.
Are there ways or future plans to support it (in lima or rancher-desktop) so that I can configure cilium ip pool and L2 announcements on a bridged interface on linux too ?
networks:
lima: rancher-desktop-shared
interface: rd1
lima: rancher-desktop-bridged_en0
interface: rd0
The reason being, the need to expose LoadBalancer based workload with a host configured dnsmasq resolution ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have a question on the capability of Rancher Desktop to support a scenario where we would like to have parity of behavior across OSX, Ubuntu and Windows developer environements.
We are coming from a home built k3s/lima (OSX) and k3s baremetal (Ubuntu) + significant Taskfile automation for Helm / Kustomize / bash full-fledge Kubernetes based dev environement.
We were looking at including Windows and thought about Rancher Desktop.
After porting the whole "Infra" automation from lima / baremetal to rancher desktop for both environments, I realized it seems like on linux rancher-desktop doesn't support the shared interface of lima on linux if I am not mistaken.
Are there ways or future plans to support it (in lima or rancher-desktop) so that I can configure cilium ip pool and L2 announcements on a bridged interface on linux too ?
networks:
interface: rd1
interface: rd0
The reason being, the need to expose LoadBalancer based workload with a host configured dnsmasq resolution ?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions