Possibility to pass vm configuration? #838
-
|
Is it somehow possible to pass detailed VM configuration to the VM? I understand that apple containers uses kata - can we fully configure it? My concrete usecase would be to alter the network configuration of a vm so all traffic gets routed through a proxy on the host. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
You want all traffic to go through a network proxy, right? Not just HTTP/HTTPS traffic? There's a couple different layers involved in the answer to this question.
How much work that would need to be done to support this use case would depend on how far up the stack it needs to be plumbed. |
Beta Was this translation helpful? Give feedback.
-
|
@jglogan @dcantah Sorry for pinging you directly again. I am not sure if the option to customize the boot process would be interesting for the project and if the solution I landed on (#937) would be a good fit for the overall architecture. Quick feedback on whether pursuing this idea further was worth it would be appreciated. Of course, please also let me know any time if I just missed sth in the contribution guidelines - I'll gladly resolve any issues with the PR. Thanks! |
Beta Was this translation helpful? Give feedback.
The enhancement from @manuschillerdev was merged as #937. The issue provides the overview of what you can do.
You're not just going to be able to install whatever you want. This is a microVM approach, where all that is running under the workload is a direct-boot linux kernel and a single guest agent process. What @manuschillerdev demonstrates is how to build a wrapper around the guest agent to add capabilities.