loading...empty;done;/setting-up-environment/:-uriSetting Up Environment | iNET.elastic Dev Docs

Setting Up Environment

The first step of any application hosting is a creation of the environment with the required isolated containers. The platform provides a powerful and intuitive UI to create and configure environments up to your specific needs. This document will guide you through all the needed steps, giving an extended explanation of available specifics and features.

1. Log in to the platform dashboard and click the New Environment button in the upper-left corner.

PaaS main buttons

2. Within the opened topology wizard dialog, you can set up all the necessary customizations. We recommend performing adjustments in the following order:

configure environment via wizard

Below, we’ll review each of these points in detail, providing explanations on all of the available possibilities. The process may seem complex at first, but after familiarizing yourself, you’ll be able to configure a new (or adjust existing) environment in under a minute.

Choosing Programming Language or Specific Deployment Option

As the first step of your environment creation, you need to select the deployment solution required for your project. PaaS is an extremely versatile platform that supports multiple options for application development and hosting thus it suits even the most demanding clients.

1. The most common and recommended choice (unless you are pursuing a specific application/architecture) is certified containers. These stacks are specifically configured and managed by the platform (e.g. version updates, security patches). By default, they support all platform features (scaling, automated deployment, redeploy, SSL, etc.) for the most smooth and convenient hosting and development.

environment programming languages in wizard

Click on the tab with the required programming language (Java, PHP, Ruby, .NET, Node.js, or Python) tab to proceed with the platform certified containers.

2. The other deployment options are available via the Custom tab. All the variants listed below utilize the basic platform’s system container (so-called OS container), which makes them compatible with the most (but not all) of the platform-distinguishing features (e.g. vertical and horizontal scaling).

topology wizard docker tab

  • Custom Container Images - any Docker image (based on the supported OS) deployed into the system container. Compared to the managed containers, this option provides access to a greater variety of solutions, search the entire Docker Hub registry or use your private repository. However, the software operability and compatibility with the platform cannot be guaranteed as the content is managed by respective image maintainers. It’s recommended to build custom container images based on platform certified images using FROM instruction.

  • Docker Engine - a Docker Engine CE deployed into the system container. It provides access to all the Docker native functionality, including deployment, scaling, and management of multiple application containers inside.

  • Kubernetes Cluster - ready-to-go Kubernetes cluster with a preconfigured control plane and worker nodes created based on the system containers. The deployment, scaling, and orchestration of the microservices inside are handled by Kubernetes control units, while the platform scales and manages control plane and worker nodes.

3. Also, it is recommended to select the preferred region (if available) before proceeding further.

environment regions list

Configuring Topology

You can configure environment topology (layers structure) via the left part of the wizard. Сonsider it as a constructor that helps you to create your environment. Here, the following blocks are available:

  • Load Balancers - stacks that operate as an entry point for the environment to distribute incoming request and create even load on other nodes
  • Application Servers (compute nodes) - web servers that run your application
  • Databases (SQL & NoSQL) - database solutions to store and manage data
  • Cache Node - a Memcached object caching system for speeding up web applications through alleviating database load
  • Shared Storage - dedicated storage node with NFSv4 support, enlarged disk space and optimized performance
  • Elastic VPS - virtual private servers on top of the CentOS, Ubuntu, Debian, and Windows OS
  • Build Node - a build automation tool for Java projects
  • Extra (custom layers) - any of the stacks mentioned above

environment topology builder ui

Tip: The sequence of blocks displayed above is the default order. However, you can mix and match them in any preferable way to create your custom topologies.

custom topology order

1. The platform offers a number of the most popular options for each of these sections based on the default role. If you want to add a stack of a different role, click the More option at the bottom of the list. Also, you can use Search to quickly find any platform-managed stack.

categorized stacks with search

Tip: If you cannot find a required software solution, you can add it as a custom container from Docker Hub or your private repository.

2. An SSL protection can be configured for your environment via the same-named section. Here, two options are available:

  • Built-In SSL - enables an already trusted SSL certificate, avoiding any additional checks and saving your time on the certificate validation. However, it is applied to the default environment domain name only (i.e. with the hoster’s domain at the end) and does not work if public IP is attached to your servers.
  • Custom SSL - shows the pre-conditions of using your custom SSL certificates for the environment. Click the Enable button to automatically fulfill the requirements (e.g. enable Public IP) and refer to the linked instruction for further guidance.
Tip: Also, you can apply the Let’s Encrypt SSL add-on after the environment creation to automatically issue and integrate a free SSL certificate.

environment ssl configuration

Configuring Nodes Resources and Specifics

Once you are done with the topology structure, you can adjust each particular layer via the wizard’s central part. Let’s review the available options from top to the bottom of the section.

1. You can toggle a layer on/off, as well as provide a custom alias for it.

environment layer switcher

2. Configure the automatic vertical scaling by setting the number of reserved and dynamic cloudlets (1 cloudlet = 128 MiB of RAM and 400 MHz of CPU) for the nodes within the layer.

layer vertical scaling configuration

Think of it as a minimum and maximum CPU & RAM capacities per server. It is worth mentioning that no matter how high the scaling limit is, only actually consumed resources are charged. This helps to overcome load spikes and, at the same time, not to overpay for unused memory or processor.

3. The Horizontal Scaling part allows defining a number of nodes within the layer and choosing a preferred scaling mode (stateful or stateless).

horizontal scaling and engine search

You can use the drop-down lists to change stack and engine type/versions (if needed, expand and start typing to Search). In case of adjusting an existing environment, these lists will redirect to the container redeploy dialog in order to apply changes.

Tip: Click on the gear icon (circled in the image below) for additional management options during scaling.

scaled nodes management

4. Next, you need to configure additional settings.

additional layer configuration

The list may vary depending on the particular stack and account permissions:

  • Auto-Clustering - automatic clusterization for some platform certified templates. Additional fields can appear after activation, e.g. scheme selection (master-slave, master-master, or galera) for the database cluster.
  • Disk Limit - an amount of disk space reserved per node. The dedicated Shared Storage containers are usually provided with enlarged storage capacity.
  • Sequential restart delay - a delay between the restart operation completion on one node and start on the other. It is used to avoid downtime, ensuring that at least one server is active. You can set it to “-1” for the simultaneous restart of all nodes within the layer.
  • High-Availability (deprecated option, it is recommended redeploying to the latest version of the stack and using the Auto-Clustering feature instead) - automated session replication for the Tomcat and TomEE application servers
  • Access via SLB - blocks access to the nodes of the layer via the platform Shared Load Balancer
  • Public IPv4/IPv6 - attach the specified number of external IP addresses to each node within the layer

5. At the bottom of the section, you can find buttons to the container configuration tools:

  • Variables - review and manage a list of the environment variables for the current layer
  • Links - interconnect layers inside the environment
  • Volumes - manage a list of the data volumes to ensure files integrity during container lifecycle
  • Ports - view information about containers' ports
  • CMD / Entry Point - configure containers' Entry Point and Run Command

layer containers configuration

Reviewing and Confirming Environment Creation

After all the configurations are done, you can review the amount of allocated resources and the estimated cost of the environment.

1. The main resource measuring units in the platform are cloudlets. Here, you can see the number of reserved ones and the scaling limit (dynamic) for the whole environment.

environment resource usage

For better analysis, the values are divided into the color-marked groups:

  • green - load balancers
  • blue - application servers
  • orange - databases and cache nodes
  • gray - all other stacks

2. Next, you can view the Estimated Cost of your environment. The widget displays price using the same color-marking as above, and you can change the period - hourly, daily, or monthly.

environment estimated cost

The FROM tab shows the price that will be fully charged as it covers reserved resources. The TO tab shows the maximum possible price if all nodes in the environment are going to fully consume all resources up to the scaling limit during the whole period.

Tip: Hover over the pricing widget to view extended details on the estimated cost calculation:

extended details on environment cost

If needed, you can click on the links under the widget for additional information on how pricing works and what is charged at the platform.

3. Lastly, provide a name for your environment and click the Create button to proceed.

environment name

That’s all! In a few minutes, your new environment will appear on the dashboard.

created environment in dashboard

Now, you are ready for application deployment and further use of your cloud environment.

What’s next?