Linux / amd64
This Docker container offers an API for creating and managing NVIDIA Kit application streams within a Kubernetes cluster environment. It is primarily designed for users requiring efficient orchestration of Omniverse streaming sessions.
Ensure Docker and Kubernetes are installed and configured on your system. Follow these steps to use the Omniverse Streaming Session Manager:
Pull the Docker container:
docker pull <container-name>:<tag>
Run the container:
docker run -p <port>:<port> <container-name>:<tag>
Replace <container-name>
, <tag>
, and <deployment-file.yaml>
with the appropriate values for the Omniverse Streaming Session Manager container.
After deployment, the API endpoints will be available for creating and managing your NVIDIA Kit application streams. Refer to the API documentation for detailed endpoint information and usage: http://localhost:/docs, replacing with the port number you specified when running the container.