← Back to all sparks
E

Eclipse Che

DEVOPS
Velocity5.0

Kubernetes-native cloud development environment

Eclipse Che is answering the one objection to cloud dev environments: your uncommitted work survives.

cloud dev environmentsopenshiftworkspace backupoidcobservabilitykubernetes
Current state
Che ships roughly monthly, and the last several releases read as an enterprise-readiness checklist rather than a developer feature list. Backup and restore of the projects root arrived with a Backups tab covering deleted workspaces; Prometheus ServiceMonitors and their RBAC are now created automatically; external OIDC on OpenShift is detected and configured without administrator input; Azure DevOps moved to the OIDC flow ahead of Microsoft's OAuth2 deprecation. A new Advanced tab lets developers re-inject expired Kubernetes credentials and Podman logins into a running container.
Where it's heading
Almost every enhancement removes a manual configuration step an administrator used to perform, or a failure mode that ended a developer's session. That is the shape of a product moving from installable to operable at scale — metrics wiring, certificate import, credential refresh, multi-cluster distribution. The developer-facing surface changes far less than the operator-facing one.
Prediction
Expect the remaining manual setup paths — certificate handling and identity provider configuration in particular — to keep collapsing into automatic detection, since that is where three of the last five releases have gone. The backup mechanism is the piece most likely to gain policy controls next, given it currently surfaces as a viewable tab rather than a configurable schedule.

Recent moves

  1. 2h ago

    7.121.0 tagged without release notes

    An entry containing only a version bump and a sign-off line. Whatever this release carries is not observable from the feed, which is unusual given how detailed the surrounding releases are.

    View source ↗
  2. 23d ago

    External OIDC on OpenShift configured automatically

    When an OpenShift cluster already has an external OIDC identity provider, Che now detects and configures it rather than waiting for an administrator to wire it up. It continues the pattern of deleting setup steps rather than documenting them.

    View source ↗
  3. 29d ago

    Re-inject expired Kubernetes and Podman credentials

    A new Advanced tab in Workspace Details lets a developer push current Kubernetes credentials and Podman registry logins into a running container, recovering from an expired or missing kubeconfig without restarting. It targets the specific way long-lived cloud workspaces break, which is credential drift rather than crashes.

    View source ↗
  4. 2mo ago

    Prometheus ServiceMonitors and RBAC created automatically

    The operator now creates ServiceMonitor objects for the Che server and DevWorkspace controller along with the role bindings Prometheus needs to read them. Metrics stop being an integration project and become a property of the install.

    View source ↗
  5. 3mo ago

    Azure DevOps auth moves to the OIDC flow

    Che adds the OIDC flow for Azure DevOps using Microsoft's authentication libraries, ahead of the deprecation of the standard OAuth2 flow. Defensive work: without it, Git operations against Azure DevOps would have broken on Microsoft's schedule rather than Che's.

    View source ↗
  6. 4mo ago

    Workspace backups, including for deleted workspaces

    ⚡ SPARK

    This is the release that addresses the objection cloud development environments have never had a clean answer to. Everything after it — credential re-injection, automatic metrics, OIDC detection — is operational polish by comparison.

    View source ↗