Conversation
…era micro services
Signed-off-by: dzueck <dzueck@gmail.com>
Contributor
Automated Reviewer SuggestionsBased on the
|
dzueck
marked this pull request as draft
September 17, 2026 19:53
Author
|
I have now tested it on the main branch and it works there too. Removing draft marking. |
dzueck
marked this pull request as ready for review
September 18, 2026 22:36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this PR?
Adds support for running compute units and micro services inside a vm using kata containers. This is important for security as arbitrary code submitted by users can run inside these compute units. This PR adds the option to use VMs, but does not require it. It is only targeted at k8s deployments and was tested using RKE2. Note: k8s distributions like minikube may need additional steps to support VMs.
To enable VMs you must first install kata containers following these instructions. Make sure to follow the helm instructions. After this, you can enable Compute Units to use a VM by modifying these two lines in bin/k8s/values.yaml:
value: "kata-qemu-runtime-rs"
value: "kata-qemu-nvidia-gpu-runtime-rs"
To enable texera specific micro services to run in a VM modify this line:
global:
texeraMicroServiceRuntimeClass: "kata-qemu-runtime-rs"
Any related issues, documentation, discussions?
Closes #8545
Discussed in #8430
How was this PR tested?
Primarily tested in v1.2.0 where performance tests were done with various micro benchmark workflows which can be seen in #8430. Additional functionality testing still needs to be done on the latest commits.
Was this PR authored or co-authored using generative AI tooling?
Generated-by: Gemini 4.1 Pro