PaaS Cluster Overview
PaaS Cluster Overview
A typical PaaS cluster contains user hosts for customer containers and dedicated infrastructure hosts that coordinate internal platform operations. Container lifecycle automation is handled through the Jelastic Environment Manager, while platform updates and fixes are distributed through the Patcher component.
The Jelastic License Server is a centralized service responsible for licensing, activation of new installations and hosts, error collection, patching coordination, template management, and other shared platform functions.
Cluster
A cluster is a set of interconnected servers combined into one PaaS platform. It exposes administration and user interfaces together with APIs for provisioning resources, managing applications, and controlling the complete application lifecycle.

Host
A host, also called a hardware host, is a physical bare-metal server or virtual machine that runs isolated containers. The platform separates internal infrastructure services from customer workloads by using dedicated infrastructure hosts and user hosts.

Infrastructure hosts run internal services that allocate resources, process platform requests, analyze activity, and support maintenance operations. User hosts are divided into smaller isolated containers that form the runtime foundation for customer environments.
This separation and container-based allocation model improves workload density and makes efficient use of available compute resources. Administrators can view and manage the host inventory through the cluster administration panel.

JEM
JEM, or Jelastic Environment Manager, is the platform component that adds automation and management logic to containers. It controls lifecycle operations and provides additional platform capabilities for hosted applications.
JEM is available as open-source software through its public GitHub repository.
Patcher
The Patcher is a dedicated subsystem used to deliver platform updates and corrective fixes. It operates with a limited-purpose environment in which each container represents a corresponding infrastructure component, together with identifiers and network information required for the patching process.

JLS
JLS, or Jelastic License Server, is an internal centralized service connected to PaaS installations. It manages licensing and activation, collects platform errors, maintains default template information, and coordinates patching across multiple platform installations.
