Questions tagged [jelastic]

Platform-as-a-Service for developers with support of Java, PHP, Ruby, Node.js, Python and Docker-based applications

Jelastic is a robust solution with the benefits of PaaS and CaaS in a single turnkey package. Its rich interface simplifies complex cloud deployments by automating the creation, scaling, clustering and security updates of microservices or monolithic applications. Jelastic has a unique pay-for usage-only pricing model and is available as public, private, hybrid and multi-cloud in more than 55 data centers worldwide. The platform provides support of Java, PHP, Ruby, Node.js, Python, .NET environments and custom Docker containers.

More info is at https://jelastic.com

402 questions
2
votes
1 answer

Why can I install this Jelastic manifest through the dashboard import function but not throuhg the Jelastic API?

I have the following very simple manifest: type: install name: very simple manifest onInstall: - log: installing manifest I can install it from the Jelastic Dashboard. There is an import function in the main menu where I can copy / paste that…
Laurent Michel
  • 1,069
  • 3
  • 14
  • 29
2
votes
1 answer

Nuxt application unavailable on Jelastic Cloud

I'm currently trying to setup a nuxt server on Jelastic Cloud but I did not manage to make it available. I configured auto deploy with git, with a post-deploy hook that builds the nuxt application. When the container is launched, I can see that nuxt…
Kroustille
  • 111
  • 2
  • 5
2
votes
1 answer

How can I make Jelastic start PM2 to launch an 'npm' command instead of a file?

I'm using a Jelastic Node.js PM2 environment and I want my app to be started with something like the following: pm2 start npm --name "app name" -- start (my server is not a JS file). The command runs fine if I use a Jelastic 'npm' environment, but…
now
  • 4,772
  • 2
  • 24
  • 26
2
votes
1 answer

How jelastic automatic vertical scaling affects node server?

If i run simple node.js server, how jelastic automatic vertical scaling affects it? Is it scale only resources like CPU, RAM and so on, or creates new node containers that work in parralell? If it's scale only resources, than how should i use pm2…
ZiiMakc
  • 31,187
  • 24
  • 65
  • 105
2
votes
1 answer

Jealstic environment variable as string?

I'm new to jelastic and find this app really cool. It takes times, but for now i've manged to add all my environments variables from the dashboard. There is only one variable that is not accepted. This variable look like this…
1020rpz
  • 914
  • 10
  • 21
2
votes
2 answers

How do I get my cookie issued by a service in my kubernetes cluster set in my frontend correctly?

Here's the situation: I have a bunch of applications that I am deploying to my k8s cluster: a hasura backend (exposed with an nginx ingress) some serverless functions hosted on an openfaas instance an authentication service a vuejs frontend…
Laurent Michel
  • 1,069
  • 3
  • 14
  • 29
2
votes
1 answer

Jelastic - vertical scaling

I have an application on tomcat (no horizontal scaling), I send 20 requests. Each request executing complex calculations for 6-7 minutes. I run the same on a standalone server with many cores (50+) and there each request is executed in a thread on…
Wisza
  • 21
  • 1
2
votes
1 answer

Jelastic - Memory consumption is constantly growing when GIT auto-deploy is enabled

I noticed that memory usage is constantly growing when "Check and auto-deploy updates" option is enabled for a GIT deployment. Web service didn't receive any incoming requests during the test. I checked memory consumption through SSH using the…
Ivan Nikitin
  • 3,578
  • 27
  • 39
2
votes
2 answers

How to configure nginx to expose multiple services on Jelastic?

Through Jelastic's dashboard, I created this: I just clicked "New environment", then I selected nodejs. I added a docker image (of mailhog). Now, I would like that port 80 of my environment serves the nodejs application. This is by default so.…
Laurent Michel
  • 1,069
  • 3
  • 14
  • 29
2
votes
2 answers

Am I running on container or not?

Some cloud provider give us preconfigure application. I have CLI and can run command. I want to know is it container or OS(ubuntu,redhat, ...)?If it is container what is its base image?
yasin lachini
  • 5,188
  • 6
  • 33
  • 56
2
votes
1 answer

How to close docker environment from the outside world?

I have defined the following Jelastic configuration for my environment: env: topology: nodes: - nodeGroup: bl nodeType: nginx-dockerized tag: 1.14.2 displayName: Node balancing count: 1 …
Laurent Michel
  • 1,069
  • 3
  • 14
  • 29
2
votes
2 answers

How do I disable ingress from the internet to Jelastic nodes?

By default every resource created in Jelastic gets a dns entry and is accessible from the internet. For a lot of services such as databases I don't want this behavior. It seems quite insecure that this is the default behavior. I only want to access…
imagio
  • 1,390
  • 2
  • 16
  • 27
2
votes
2 answers

How to version a private jelastic environment

In order to track the configuration of our Jelastic hosting environment, I would like to version it in a git repository. The repository is supposed to be private and contain several different branches with different versions (such as master, abc123,…
SomeBdyElse
  • 427
  • 1
  • 4
  • 11
2
votes
2 answers

How to get or set the clustered database username and password in Jelastic JPS

I am trying to set up a Jelastic clustered database as described in Setting Up Auto-Clusterization with Cloud Scripting but I don't see documentation there that describes how to either set or retrieve the cluster username and password. I did try…
Mireiawen
  • 67
  • 3
2
votes
1 answer

Right place to save images (spring/jelastic)

I'm truing to implement user profile functionality, at the firts I've found an example for upploading photos, and it saves it to the app folder, like home\jelastic\app\my_folder but there is an 2 issues: 1) if i need to update an app and upload new…
Siarhei
  • 2,358
  • 3
  • 27
  • 63
1
2
3
26 27