Install Red Hat OpenShift Dev Spaces
Install Red Hat OpenShift Dev Spaces on an OpenShift cluster using GitOps (Argo CD), the command-line interface (CLI), or the web console. Choose the method that matches your cluster environment and operational practices.
You can deploy only one instance of OpenShift Dev Spaces per cluster.
- Deploy using GitOps and Argo CD
Deploy OpenShift Dev Spaces declaratively through OpenShift GitOps (Argo CD) so that every configuration change is tracked in Git, auditable, and automatically reconciled on the cluster. - Deploy using the CLI
Deploy OpenShift Dev Spaces from the command line using thedscmanagement tool so that you have full control over configuration options and can automate the installation. - Deploy using the web console
Deploy OpenShift Dev Spaces through the OpenShift web console using the standard OperatorHub workflow so that you can install without command-line access. - Deploy with GitOps in an air-gapped environment
Deploy OpenShift Dev Spaces in a restricted network through OpenShift GitOps (Argo CD) by mirroring the required container images to a private registry and storing the deployment manifests in an internal Git repository. - Deploy in an air-gapped environment
Deploy OpenShift Dev Spaces on an OpenShift cluster with no internet access by mirroring the required container images and Operator catalogs to a private registry. - Enable the Ansible sample in a restricted environment
Enable the Ansible getting-started sample in a restricted OpenShift Dev Spaces environment by mirroring the required container images and allowing access to the Ansible Galaxy domains. - Deploy using an external identity provider
Deploy OpenShift Dev Spaces with Keycloak as the OIDC provider so that you can manage user authentication through your organization’s existing identity infrastructure instead of OpenShift OAuth. - Customize settings during deployment
Customize theCheClusterCustom Resource during installation so that OpenShift Dev Spaces deploys with your organization’s specific settings instead of Operator defaults.