Install Che on Kubernetes using CLI
To set up cloud development environments for your team on an Kubernetes cluster, deploy Che by using the chectl CLI management tool.
Prerequisites
-
You have an OpenShift Container Platform 4.18 or later cluster.
-
You have an active
kubectlsession with administrative permissions to the Kubernetes cluster. See Getting started with the OpenShift CLI. -
You have the
chectlmanagement tool installed. See Installing the chectl management tool.
Procedure
-
Optional: If you previously deployed Che on this Kubernetes cluster, ensure that the previous Che instance is removed:
$ chectl server:delete -
Create the Che instance:
$ chectl server:deploy --platform openshift
Verification
-
Verify the Che instance status:
$ chectl server:status -
Navigate to the Che cluster instance:
$ chectl dashboard:open
Additional resources