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

deisctl list command raises a timeout error what am I doing wrong

help in "deisctl list" I have just started with deis and am following the tutorial of using deis in vagrant am stuck at the part am doing deisctl list am getting this as the output INFO client.go:291: Failed getting response from…
user2388404
  • 121
  • 1
  • 12
0
votes
1 answer

Ceph enters degraded state after Deis installation

I have successfully upgraded Deis to v1.0.1 with 3 nodes cluster, with each node having 2GB ram, hosted by Digital Ocean. I then nse'ed into a deis-store-monitor service, ran ceph -s, and realized it has entered active+undersized+degraded state, and…
Jimmy Chu
  • 972
  • 8
  • 27
0
votes
1 answer

Understanding Deis Clusters usage

I'm starting with Deis, and would like to understand the way clusters are meant to work. The local vagrant environment example provisions a 3 server coreOS cluster and deploy the platform itself to this cluster, and then creates a dev cluster on…
adrianmoya
  • 719
  • 1
  • 6
  • 17
0
votes
1 answer

Triggering a build in Deis

I'm trying Deis dockerfile workflow, and after pushing my changes to deis, the build failed because of a dockerhub error (HTTP code 503). Is there a way to trigger the build again? Pushing master only gets the Everything up-to-date message, so I…
adrianmoya
  • 719
  • 1
  • 6
  • 17
0
votes
0 answers

error retrieving template Job(deis-router@.service) from Registry in ec2 deis installation

I'm trying to install deis in ec2 instance. I'm following the deis documentation for ec2, but when I try to execute make run That gives the above error. Please can anyone help me?
Kavimal
  • 43
  • 6
0
votes
1 answer

deis-builder service have error when I provision Deis with Vagrant on CoreOS

I'm using Vagrant to provision Deis on local machines with CoreOS. I'm following the official instructions of CoreOS section. The problem was presented when I execute command line: make run,specifically on step to deploy deis-builder.service, the…
enrique-carbonell
  • 5,836
  • 3
  • 30
  • 44
0
votes
1 answer

deis images with dependencies of etcd have error executing bin/boot script: "waiting for etcd at :4001..."

I'm building a Deis cluster with 3 nodes on CoreOS as recommend the Readme Section with Vagrant, but when I execute: make run some error occur on registry.service. After some time inspecting deis/image, I found that all image with dependencies of…
enrique-carbonell
  • 5,836
  • 3
  • 30
  • 44
0
votes
1 answer

DEIS on EC2, wildcard dns works, but app not visible

I'm new to deis, but I've got it up and running on EC2 now. All configs done (followed https://github.com/deis/deis/tree/master/contrib/ec2). I can register, login and deploy an app, but whenever I try access my app thru address given at the and od…
Lucas
  • 11
0
votes
2 answers

Deis Batch Jobs

Does Deis have any support for running batch jobs / ephemeral docker containers on a cron like basis? I could just use fleet under the hood and deploy a timer unit. Would this be recommended or does another approach exist.
Shane
  • 467
  • 1
  • 4
  • 12
0
votes
1 answer

Manual install of Deis on CoreOS

I have installed CoreOS via the VMWare image file. Does anyone know how to install Deis.io? I have read through the documentation and most of it is how to install Deis on other systems.
zaforic
  • 3
  • 1
0
votes
1 answer

Are the Deis PostgreSQL and Redis installations available for App Usage?

http://docs.deis.io/en/latest/gettingstarted/architecture/#architecture PostgreSQL and Redis are used as part of the Deis architecture. My question is simple. Is it possible to use these for applications, or are they unavailable, or is it a bad…
Johnny Hall
  • 545
  • 4
  • 12
0
votes
1 answer

pip install gevent mountain lion fails

I am having trouble installing gevent on a Mountain Lion. I actually want to install Deis and gevent is requirement. When I run pip install gevent I get this log: /usr/local/bin/pip run on Fri Dec 20 20:59:02 2013 Downloading/unpacking gevent …
tomazzlender
  • 1,123
  • 12
  • 22
1 2 3
4