External SMTP for Emails Sending SMTP (Simple Mail Transfer Protocol) is a standard for sending emails via Internet protocol (IP) networks. Communication between sender and...
Environment Groups Management How to Assign Edit Remove The guide below contains information on the basic management options the platform provides for operating with environment groups. Namely, we’ll...
Environment Import The platform’s Environment Import feature allows executing the .json, .jps, .yml, .yaml, or .cs files on the platform to automatically...
SSH Access to GIT Repository With the platform, you can easily deploy your application from any remote public or private GIT/SVN repository for each of...
GlassFish Application Server GlassFish is an open source application server project started by Sun Microsystems for the Java EE platform and now sponsored...
HTTP Headers HTTP headers are the core part of the HTTP requests and responses. They pass additional information with an HTTP request...
JDBC Connection Pool Connection pooling in JDBC (Java Database Connectivity) is an optimization feature, which caches database connections. Such implementation allows to reuse...
Kubernetes Cluster Access Control Kubernetes manages access to the cluster via RBAC (Role-Based Access Control). By default, you have a token that belongs to...
Kubernetes Cluster Custom Storage Currently, the only automated option for storage backend is the volume provisioner based on the NFS storage. It can be...
Kubernetes Cluster Persistent Volume Claim Anytime your application pod needs access to the Persistent Volume (PV), a dedicated PersistentVolumeClaim (PVC) with a specific amount of...