Omniverse Rendering Through A Microservice

I’m interested in integrating omniverse for rendering in my micro service. My other service works well but renders with blender and I wanted to use this same service but render with RTX Realtime. I’ve figured out how to use a Replicator and Writer to generate renders of various poses and am now looking at how to take this code and implement it in my existing service. It seems like I can’t simply import kit, I need all this other configuration and need to run a bash script to start the application for it though.

I was just curious if there was a better way for me to integrate omniverse with my pipeline or whether I’ll need to have this separate container just to allow for rendering with RTX.