Questions tagged [deis]

An open source Platform-as-a-Service inspired by Heroku and built on Docker and Kubernetes.

Deis is an open source PaaS that makes it easy to deploy, scale and manage containers used to host applications and services. Deis builds upon Docker and Kubernetes to provide a private PaaS that is lightweight and flexible.

Deis homepage

Deis GitHub page

57 questions
2
votes
1 answer

can't install deis with 1 coreos node

I've tried to follow the setup, I successfully started a bare-metal (though really a VM) by installing coreos and then installing deis, however I think I have a problem of having only 1 coreos instance. The procedure stalls at: deisctl install…
hbogert
  • 4,198
  • 5
  • 24
  • 38
2
votes
2 answers

DEIS no public IP's

Following the instructions here : https://github.com/deis/deis/tree/master/contrib/ec2 to deploy Deis to EC2 into a VPC, Cloudformation stack start up and creates the instances, however the instances does not have public IP's, the subnet the…
daemonza
  • 527
  • 5
  • 16
2
votes
1 answer

How does deis scheduler work?

I'm looking at the documentation of deis and I'm not sure how the scheduler works. Essentially I want to deploy small apps. My idea is to have different size of apps based on memory (64M, 128M, 256M and 512M). Then I would have a cluster of small…
dgaviola
  • 2,421
  • 2
  • 26
  • 37
2
votes
2 answers

How to set up Deis.io on my own server

I would love to set up my own server with deis.io. I currently have a Ubuntu 12.04 installation. I have root access to the server, but I think I can't install another OS. So how could I run CoreOS? Would love to use this for productive apps. Thats…
1
vote
0 answers

Broken parameters persisting in Deis deployments

An invalid command parameter got into the deployment for a worker process in a Deis app. Now whenever I run a deis pull for a new image this broken parameter gets passed to the deployment so the worker doesn't start up successfully. If I go into…
ComeAlongBort
  • 23
  • 1
  • 3
1
vote
2 answers

Error: Couldn't find preset "latest" relative to directory "/app"

Receiving an error within my Deis app; with the introduction of Helmet to the frontend middleware. The app is initially based on React Boilerplate and most of the suggestions I've run by, I've already implemented/explored within the source and am…
Joey O
  • 315
  • 2
  • 17
1
vote
1 answer

How do I run Django migrations automatically on Deis when using a buildpack deployments?

The post-compile hook on Deis seems to function differently than on Heroku. On Heroku I could simply add a bin/post-compile file containing: #!/usr/bin/env bash python manage.py migrate --noinput On Deis this gives me a traceback Traceback (most…
Carl
  • 853
  • 9
  • 23
1
vote
3 answers

Is it possible for Deis Workflow read values from ConfigMap?

I have installed Deis Workflow v.2.11 in a GKE cluster, and some of our applications share values in common, like a proxy URL e credentials. I can use these values putting them into environment variables, or even in a .env file. However, every new…
eduardosouza
  • 84
  • 1
  • 7
1
vote
2 answers

Deis Workflow support for non-12-factor services

I use Deis Workflow, which is an open source Platform as a Service (PaaS) that makes it easy to deploy and manage applications on our servers. I understand twelve-factor is the main guideline for Deis Workflow, but is it possible to use it to create…
gcstr
  • 1,466
  • 1
  • 21
  • 45
1
vote
2 answers

Error when I try to create a new account with "deis register" command

I've a fresh install of Deis on AWS but I get this error when I try to register an user: http://deis.XXXX.com does not appear to be a valid Deis controller. Also, when I try to make a curl to the ELB or any node it return a timeout, but I think that…
arkanoid
  • 81
  • 7
1
vote
0 answers

Execute docker command with deis

I have deis(1.5.2) with 3 host and I want "app" with database. I want to use postgres, so I found this docker image https://registry.hub.docker.com/_/postgres/ . I did deploy without problems, but I don't know how can I connect into this…
quatermain
  • 1,442
  • 2
  • 18
  • 33
1
vote
1 answer

Deis is not running assets:precompile in production environment

I'm using image-url assets helper in my stylesheet files like the following: .page-hero { background: image-url('hero-bg.jpg') no-repeat center; } I'm trying to deploy a rails application to Deis and it runs fine except it does the assets…
Mustafa Abuelfadl
  • 537
  • 1
  • 4
  • 20
1
vote
0 answers

Running Ejabberd Deis/Docker

I'm trying to deploy a rroemhild/ejabberd container using Deis. No errors are listed during the launch process, but when i access the ports 5280 (http) and 4560 (xmlrpc) there are no response. Deis is running in a AWS and i'm trying to access from…
1
vote
1 answer

How can I get more precise log sources from my Deis apps/containers?

I have a Deis cluster running in a (hopefully-soon-to-be) Production environment, with quite a few different apps using the Dockerfile deployment method. Everything's running fine, but promoting this system to a true Production environment (that is,…
Dorkus Prime
  • 1,006
  • 9
  • 11
1
vote
1 answer

Deis docker image deploy

Trying to deploy the go-example app from the documentation : http://docs.deis.io/en/latest/using_deis/using-docker-images/#using-docker-images I am skipping the "Prepare the application" bit and trying to deploy the example docker app…
daemonza
  • 527
  • 5
  • 16