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
1
vote
1 answer

Deis.io - How to debug apps which aren't running?

apps suddenly decide not to work any more, and can't figure out how to debug the apps. I get the following: deis logs 404 NOT FOUND No logs for karmic-anaconda deis apps:info --- admin: admin.1 down (v6) --- web: web.1 down (v6) Also I'm…
RadiantHex
  • 24,907
  • 47
  • 148
  • 244
0
votes
2 answers

deis builder keep restart with liveness probe fail

I tried to delete the pods, or rescale the replicas, or delete the aws instances, but still cannot make the deis builder work normally. It keeps restart with failed liveness probe. Below the logs from the deis builder $ kubectl describe…
Andong Zhan
  • 12,608
  • 4
  • 24
  • 24
0
votes
1 answer

Logstash Filtering and Parsing Dies Output

Environment Ubuntu 16.04 Logstash 5.2.1 ElasticSearch 5.1 I've configured our Deis platform to send logs to our Logstack node with no issues. However, I'm still new to Ruby and Regexes are not my strong suit. Log Example: 2017-02-15T14:55:24UTC…
0
votes
1 answer

How to setup postgres with Kubernetes using Deis Workflow?

I am using Google container engine and Deis Workflow to run my rails application. I do not have a dockerfile, I just use Heroku buildpack.I was successfully able to deploy my app but I am not able to configure my database. I understand that my…
aks
  • 8,796
  • 11
  • 50
  • 78
0
votes
1 answer

cannot start application in deis, how to debug?

I run deis scale cmd=1 -a my-application in my deis cluster But got below response Scaling processes... but first, coffee! Error: 503 SERVICE UNAVAILABLE detail: aborting, failed to create some containers I wonder how to debug what cause this…
chaintng
  • 1,325
  • 3
  • 14
  • 26
0
votes
1 answer

How to trigger a Jenkins build after Deis deployment?

I have a test suite set up on a Jenkins server that I would like to be executed after an app's Docker deployment to Deis (on AWS) is complete. There doesn't appear to be any documentation around achieving this, so I'm wondering if there is anywhere…
0
votes
0 answers

Installation failure of coreOS

I am trying to install CoreOS on VirtualBox and I have coreos_production_iso_image. I followed the link to install it. I am stuck at installation part. When I ran sudo coreos-install -d /dev/sda -C stable -c cloud_config.yml command, the…
0
votes
0 answers

Installing Deis in AWS without ELB

I'd like to install a Deis cluster in AWS but without using ELB, since we have already paid for an alternative (BigIP), and our network guys are comfortable with it. Is it trivial to configure Deis not to use ELB, and rely on BigIP instead? [Edit]…
Elifarley
  • 1,310
  • 3
  • 16
  • 23
0
votes
1 answer

Deis paas on Google Cloud don't understand a command

I'm deploying Deis Paas on Google Cloud. In the official provisioning guide available at http://docs.deis.io/en/latest/installing_deis/install-platform/ there are a few commands. I don't understand on which domain this command refers deisctl config…
Chris Cris
  • 215
  • 3
  • 13
0
votes
0 answers

Unable to reach DEIS controller on Google Cloud Platform

I'm following the official guide for installing deis on google cloud. Everything worked fine except the fact that now I'm not able to register users to the platform (which is up and running). When I give the following command: ./deis register…
Chris Cris
  • 215
  • 3
  • 13
0
votes
1 answer

Hide deis application using dns, heroku style

I've got a deis cluster correctly setup. Everything is working fine, deploys, scales, etc. It is set at a domain that I will call mydeiscluster.com Now it has come to the part where I need to hide the application foo, which is accessed by…
Magus
  • 2,905
  • 28
  • 36
0
votes
1 answer

Deploying multiple Deis clusters

I am looking to create a number of Deis clusters running in parallel on AWS and haven't been able to find any good documentation on how to do so. From what I understand I'd have to do the following: When provisioning the cluster: Create a new…
Karim
  • 1,303
  • 1
  • 14
  • 23
0
votes
1 answer

How to get the app port when launching an app in Deis?

I'm using a Dockerfile to deploy my app. I have an EXPOSE directive with port 4432. When I deploy using git push deis master or deis pull my-docker-image days returns a success message showing the domain name for my app (deis logs also shows the…
Ulises
  • 13,229
  • 5
  • 34
  • 50
0
votes
1 answer

Does Deis support CRON like scheduling and how?

I've been writing 100's of reports over the last few months. I have built a meta language that is used to schedule with fleet with service and timer unit files. These applications run from 10sec to 10min. Some are one-time and others repeat weekly,…
Richard
  • 10,122
  • 10
  • 42
  • 61
0
votes
1 answer

PHP ObjectStorag on Deis

So, i've installed deis onto HyperV with three nodes. This is working as it should :). The applications that will be running on DEIS are PHP Applications and are Private applications, so no Public cloud services :(. The App has three dependencies:…