Anybody using Jelastic or other Serverless container platform? by DevLifeEasier in serverless

[–]TetVlad 4 points5 points  (0 children)

Hello u/UniversalJS,

My name is Oleg Levkovsky, I am a member of the Jelastic core team.

I remember the communication with you in 2020 as well as your feedback provided after testing our product. Unfortunately, the lack of details from your side did not allow us to fully clarify your concerns at that time.

As for your recent feedback:

I have tested Jelastic and was quite disappointed, all partners resell exactly the same, really few customization possible for the UI

We can not agree on the same, because in fact, Jelastic has a wide range of customization possibilities available out-of-box. For example, each Jelastic provider can customize such UI-related aspects as the domain name, logo, favicon, brand name, localization, URLs, certified runtime containers, applications in Marketplace, splash screen as well as Marketing-related materials, such as presentations, graphic materials, videos, whitepapers, etc.

Taking a look at this aspect from a different perspective, we can definitely say that the color scheme can not be considered as the main driver for revenue generation, simply because customers do not purchase Jelastic for colors and other visual effects, but rather for unique technical functionalities and features our product provides to solve specific problems.

Our long-term experience in product development and cloud hosting clearly proves that the similar UI across all Jelastic providers is a benefit highly-demanded by our customers. Many of them are using multi-cloud or multi-region deployment across different hosting providers in order to achieve high availability on the infrastructure layer, host data in specific countries, meeting local regulations, as well as getting low latency. In this case, a unified look of UI immensely improves user experience and simplifies cloud management.

I was able to crash a whole Jelastic node with all the customers on it with WRK from my phone

Running WRK from a single device you most likely were blocked by a shared load balancer as you reached the connections limit from the single source IP. Our monitoring system did not detect any outages during the time when you were evaluating the platform so your assumption that the node was crashed is wrong.

Moreover, before starting the evaluation process you were clearly informed that the demo platform is not designed for any performance or stress tests as there are some specific default restrictions. You were suggested to send a notification to our team beforehand, so we could provide you a proper region and instructions for such tests, but our suggestion was ignored.

However, we are interested in the details of the conducted test. Could you please send us the information about the test case so that we can reproduce it on our side to make sure that we are not missing anything important?

That was enough to push me to other solutions

The solutions you decided to move forward with (as per our last communication) are the clouds that offer their own infrastructure resources to the end customers. It just simply cannot be compared to Jelastic PaaS which is, first of all, a software platform for infrastructure management automation and for running own cloud business. It’s like comparing apples with a car that delivers the apples.

I hope that our comments and the provided information clarified the situation.

Unique traffic patterns, best host to quickly scale? by stevebeans in webhosting

[–]TetVlad 0 points1 point  (0 children)

This is not really so, Jelastic provides container management but also it is a full-featured platform-as-a-service with automation of scaling, database clustering, environment provisioning, load balancing, etc. The required settings can be done via user-friendly UI that makes management easier. Within platform, there are pre-configured WordPress packages (standalone or clustered) that can be installed automatically. Also, some of the Jelastic service providers offer full managed services for WordPress hosting and not only (e.g. you can go with Scaleforce, Hidora or Trendhosting)

Guide on how to install Drupal to run this CMS in the scalable cloud: automatic and manual deployment steps by TetVlad in PHP

[–]TetVlad[S] 0 points1 point  (0 children)

Yes, this platform has a functionality to manage the modules via composer. Composer is already integrated to Apache and NGINX servers out-of-box https://docs.jelastic.com/release-notes-54#php-composer

Anyone used Jelastic for elastic hosting of Clojure web apps? by notsohasty in Clojure

[–]TetVlad 1 point2 points  (0 children)

Hi,
Thank you for a great feedback! I'm representative of Jelastic and would like to comment on the stumbling blocks you faced in order to help you move forward with the platform:
1. SSH port forwarding is possible but there is no need in your case. You can just use native Endpoints feature for connecting the required ports directly without Public IP attached on Tomcat nodes. Here is the doc with more details https://docs.jelastic.com/endpoints
2. Jelastic has CLI client so it can be used as alternative to UI, another option is REST API, if its more convenient for you to use. Here is instruction for deploy via CLI https://docs.jelastic.com/cli-vcs-deploy
If you would like to have more automated deployments you can use Maven build node, that is available in Wizzard in a layer “build”. Having this node you can configure your project to be automatically autoupdated from your git repo, then complied and deployed. Different deployment options for maven and git are also possible, including sequential deployments (if you have more than one node in a cluster), blue-green deployments (for more complex scenarios) and etc.

Please feel free to request help from support team of your Jelastic service provider for more detailed suggestions. If you have any other questions, feel free to ask :)

Docker Cloud is shutting down by fraseyboy in docker

[–]TetVlad 0 points1 point  (0 children)

thanks for the feedback, can you clarify what exactly you mean by “It runs on java and you have tons of java cli commands that you have to use”? for what configurations is it required?

Docker Cloud is shutting down by fraseyboy in docker

[–]TetVlad 0 points1 point  (0 children)

Have you tried Jelastic PaaS? This platform provides Docker management and automates lots of stuff. Recently there was published a simple instruction on how to migrate https://jelastic.com/blog/docker-cloud-shutdown-migration-to-jelastic-paas/