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
0
votes
1 answer

How do I install letsencrypt on my jelastic kubernetes cluster?

I am trying to figure out how I best install SSL on my k8s cluster hosted on Jelastic. I found some nice hints here on how to get cert-manager working on a k8s cluster in general (irrespective of the host provider). My concern is now that I am not…
Laurent Michel
  • 1,069
  • 3
  • 14
  • 29
0
votes
1 answer

How to wait until env for appid is created in jelastic manifest installation?

I have the following manifest: jpsVersion: 1.3 jpsType: install application: id: shopozor-k8s-cluster name: Shopozor k8s cluster version: 0.0 baseUrl: https://raw.githubusercontent.com/shopozor/services/dev settings: fields: -…
Laurent Michel
  • 1,069
  • 3
  • 14
  • 29
0
votes
1 answer

"no-referrer-when-downgrade error" Angular app on Firebase connecting to NGINX Jelastic

I have the following architecture: An Angular webapp hosted on Google Firebase (HTTPS) A jelastic environment with: An NGINX server (HTTPS) A Springboot 2 application server (HTTP) In order to work fine Firebase needs to use HTTPS API, so I…
Paolo
  • 555
  • 4
  • 28
0
votes
0 answers

How to mount a Shared Storage volume to a Docker container in Jelastic?

I am using a Docker container in Jelastic. This Docker container has a Dashboard application. For this application, I'd like to load data in the container from a Shared Data Storage that I implemented in the same Jelastic environment. One way I've…
Partoudata
  • 11
  • 2
0
votes
1 answer

Questions about Jelastic automatic downsizing upsizing

I would like to know how fast can Jelastic add new resources to a node in case we receive a peak of visitors. BTW is there a way to have some extra resources enabled in advance when expect a peak of visitors?
0
votes
1 answer

Why do some Jelastic providers block Export Environment option

According to Jelastic documentation it is possible to export the Environment configuration and download it so it can be restored in another provider However I have tried with 2 Jelastic providers and they both have disabled the option for exporting…
0
votes
2 answers

Why do I need the host network to build a docker image on my jenkins server?

On my Jenkins server (deployed with the official jenkins image), I need to run the following code to build my docker image def buildDockerImage() { sh "docker build --network=host -t $DOCKER_REPO ." } Note the --network=host option. Now my…
Laurent Michel
  • 1,069
  • 3
  • 14
  • 29
0
votes
1 answer

I want to verify if placeholders of my settings (manifest.jps) are set or not to use them in my bash (bash called in manifest)

I develop a plugin for deploy app Angular/React/Vue in simple click. So, i trie to verify if the value of the placeholder is set or not to use it or not in my bash script call. Actually i try to redirect my differents "if" in actions. The differents…
0
votes
1 answer

Jelastic: any plan to support ed25519 ssh keys?

If I try to use a SSH key in the format of ed25519 it tells it's invalid: Jelastic version: 5.7 Does Jelastic team plan to support such ssh-key format in the future?
Slam
  • 389
  • 3
  • 6
0
votes
0 answers

Node.js app disappears from pm2 daemon after successful deployment from automatic git deployment in Jelastic

I have been trying to deploy my node application from the automatic GIT deployment option in Jelastic. Everytime I push the selected branch, the deployment start and then the post deployment hook script is called, launching my server using pm2. The…
ndelanou
  • 523
  • 5
  • 16
0
votes
2 answers

Elasticsearch container empty

I tried two hosters. Massivegrid and Unispace. On both I created a new environment. Then choose docker install. Choose elasticsearch. After it finished, I took the url ipv4 address and pasted on the browser with port as 9200 and nothing popped…
UncleDavy
  • 9
  • 2
0
votes
1 answer

Docker container, local networking in Jelastic

I want to install collabora Online with NextCloud, in some Jelastic environment. Set up NextCloud was a peace of cake, I just pic the right docker image, access the public given url and voila. Now I can't make the Collabora Online server to work.…
Cawet
  • 254
  • 2
  • 12
0
votes
1 answer

How can jelastic mount /?

When I create python buy dashboard and go to CLI in jeastic and run lsblk I can see that the / is mount. is python container or CentOS? If it is container how can they mount /?because in kubernetes we can not mount /? If it is CentOS why I do not…
yasin lachini
  • 5,188
  • 6
  • 33
  • 56
0
votes
1 answer

How jelastic control new installed program and make them persistant?

As I know jelastic use kubernetes. I install sth with pip in python and then restart the pod but after reboot the newpackage that I install in pod exists but kubernetes can not handle it If I do this in kubernetes after reboot the new packages was…
yasin lachini
  • 5,188
  • 6
  • 33
  • 56
0
votes
1 answer

mongodb replicaset of one autoscaling

Will it autoscale database ram/disk and instances? Specifically will it autoscale instances and work if I create a simple replicaset of one node for the oplog alone? It doesn't support creating replicaset of 1 in interface, so I worry that it will…
janat08
  • 1,725
  • 2
  • 16
  • 27