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
Procedure
  1. Optional: If you previously deployed Che on this Kubernetes cluster, ensure that the previous Che instance is removed:

    $ chectl server:delete
  2. Create the Che instance:

    $ chectl server:deploy --platform openshift
Verification
  1. Verify the Che instance status:

    $ chectl server:status
  2. Navigate to the Che cluster instance:

    $ chectl dashboard:open