Networking options #2388
raghavendra-talur
started this conversation in
General
Replies: 1 comment
-
Take a look to k8s-on-macos to evaluate if it works for you as it is based on shared network. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am exploring the networking options in Lima. Here is what I have found so far:
Is there anyway to get host access in user-v2 or allow for VM to VM communication in vzNAT?
My goal is to create a 3 k8s environment that is also accessible from the host. I was able to get very close to it by having both vzNAT and user-v2 interfaces in the VM and configure kubernetes API server to listen on both but the services themselves only use node port on the vzNAT interface and therefore aren't accessible from the host.
Any recommendations on how to solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions