Che server

The Che server is a Java web service that creates user namespaces, provisions them with secrets and config maps, and integrates with Git service providers for devfile fetching and authentication.

The Che server main functions are:

  • Creating user namespaces.

  • Provisioning user namespaces with required secrets and config maps.

  • Integrating with Git services providers, to fetch and validate devfiles and authentication.

The Che server is a Java web service exposing an HTTP REST API and needs access to:

  • Git service providers

  • Kubernetes API

Che server interactions with other components
Figure 1. Che server interactions with other components