Service for managing sessions and resources through Kubernetes and Helm


Omniverse Kit App Streaming - Resource Management Control Plane
This Docker container provides an API for managing the lifecycle of Helm charts and Kubernetes resources, allowing users to instantiate and manage Helm charts based on available Helm repositories, as well as listing resources created by these charts.
This service is specifically designed to deal with shorter lived stateful sessions that a user can instantiate.
Features
- Helm Chart Management: Instantiate and manage the lifecycle of Helm charts from available repositories.
- Resource Listing: List all resources created by instantiated Helm charts.
- Kubernetes Integration: Fully integrated with Kubernetes for managing resources and applications.
Getting Started
Ensure Docker and Kubernetes are installed on your system, along with Helm. Then, proceed with the following steps:
-
Pull the Docker container:
docker pull <container-name>:<tag> -
Run the container:
docker run -d <container-name>:<tag>
Replace <container-name> and <tag> with the actual values for the Omniverse Resource Management Control Plane container.
Usage
After starting the container, access the API to manage Helm chart lifecycles and Kubernetes resources. Consult the API documentation for detailed instructions on endpoints and operations: http://localhost:<port>/docs, replacing <port> with the port number you specified when running the container.
Governing Terms
NVIDIA Omniverse is governed by the NVIDIA Agreements | Enterprise Software | NVIDIA Software License Agreement and NVIDIA Agreements | Enterprise Software | Product Specific Terms for Omniverse.
By downloading or using NVIDIA Omniverse, you agree to the NVIDIA Omniverse terms.