Skip to main content
Version: current [25.x]

Deploying Dremio on OpenShift

If you have an account for Red Hat OpenShift, follow the steps in "Installing Dremio on Kubernetes" in the dremio-cloud-tools repository on GitHub.

note

To successfully deploy Dremio on OpenShift, you will need to ensure the following:

  • Have the OpenShift CLI installed on your machine.
  • Specify a ServiceAccount in the values.yaml file when customizing the Helm chart and configure a policy exception to allow all Dremio-related services to run with the same specific user ID. The reason is that Openshift applies stricter security policies when compared to standard Kubernetes installations, one of which is that the user/process inside the container is to be assigned an arbitrary user ID.