Linux / amd64
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.
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.
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.