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
58
votes
5 answers

What are the best practice for domain names (dev, staging, production)?

With the rise of containers, Kuberenetes, 12 Factor etc, it has become easier to replicate an identical environment across dev, staging and production. However, what there appears to be no common standard to domain name conventions. As far as I can…
vpetersson
  • 1,630
  • 2
  • 17
  • 18
16
votes
1 answer

What's the difference between Kubernetes and Flynn/Deis

I have read some introduction of these projects, but still cannot get a clear idea of the difference between Kubernetes and Flynn/Deis. Can anyone help?
ming.kernel
  • 3,365
  • 3
  • 21
  • 32
15
votes
1 answer

What is hcp-tunnelfront?

I have just installed my kubernetes cluster on azure using AKS. I have not installed anything and I noticed that the 'tunnelfront' pod was running: I have tried to find out what this pod is for and why it is running on my cluster, cannot find any…
tensai
  • 1,628
  • 3
  • 17
  • 22
13
votes
3 answers

Helm command with kubeconfig inline

I am trying to execute helm commands on VSTS release definition using Run command VSTS extension but the problem is it is not able to find the kubeconfig file on the custom build agent i have configured. I think this is coz the build steps defined…
narcs
  • 213
  • 1
  • 2
  • 13
10
votes
1 answer

How can I setup and deploy a database with Deis (PaaS)

I'm trying to setup a database with Deis. I know this is possible, but there doesn't seem to be any documentation about how to do it other than setting an ENV variable.How could I setup say a MongoDB or Cassandra docker container and then deploy…
Cameron A. Ellis
  • 3,833
  • 8
  • 38
  • 46
4
votes
2 answers

WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.9/main: No such file or directory

I configured deis workflow in aws eks cluster. after that created deis apps and deployed in deis local repository by, git push test test:master when deploying, docker file is executed. here is my docker file FROM mhart/alpine-node:12 #FROM…
jayaprakash R
  • 152
  • 3
  • 13
4
votes
2 answers

CoreOS after some reboot can't load etcd unit with user_data config

I'm trying CoreOS(version 410.0.0 stable) that was installed on disk with this cloud-config. All work fine at first boot, but after some days and some reboots the problem was presented with etcd. When I start the machine the output generate message…
enrique-carbonell
  • 5,836
  • 3
  • 30
  • 44
4
votes
2 answers

Deploying an existing docker image with Deis

I already have a build server that I generate a docker image for an application with and then put it into cloud storage. This is not an image that can be publicly shared on the docker index. How can I run this application docker image in deis? Deis…
Greg Weber
  • 3,228
  • 4
  • 21
  • 22
3
votes
0 answers

Deis not creating a build when pushing application

I am trying to push up a Node app using Deis (which has worked for months for me with this application but just recently stopped working) on AWS. I notice now that when I push up my application, a new release is not created; however, if I change a…
Karim
  • 1,303
  • 1
  • 14
  • 23
3
votes
1 answer

custom Deis buildpack that is private

To use a custom buildpack, one can set the BUILDPACK_URL env variable. However, this assumes the buildpack is publicly available. Is there a way to use a private buildpack? I can probably use a publicly available buildpack that will run private…
Greg Weber
  • 3,228
  • 4
  • 21
  • 22
3
votes
1 answer

Adding another Host to a Cluster in Deis

Is there a procedure for adding another host into an existing cluster? I'm using EC2. I'm thinking it could be done by using CloudFormation again: aws cloudformation create-stack \ --template-body "$(
Johnny Hall
  • 545
  • 4
  • 12
3
votes
1 answer

Relationship Between a Deis Cluster and Scale command?

I have a question about how clusters and scaling are related, which I couldn't work out from the docs. The architecture page is pretty clear, but maybe I'm making some incorrect assumptions. If I set up a cluster of, say 4 CoreOS hosts, when I git…
Johnny Hall
  • 545
  • 4
  • 12
2
votes
0 answers

deis Register without external IP

Deis register need a external IP, but I install k8s by docker-multinode, I can't get the external IP for my IaaS, how to use deis in this solution ? $ kubectl --namespace=deis get svc deis-router NAME CLUSTER-IP EXTERNAL-IP PORT(S) …
wener
  • 7,191
  • 6
  • 54
  • 78
2
votes
1 answer

Reverting DEIS in AWS

I am trying to setup DEIS in AWS. So I am in the process of learning and it is expected that I will have to provision and setup many times before I master things. Let's say I run provision-ec2-cluster and for some reason, I want to revert everything…
Klaus
  • 2,328
  • 5
  • 41
  • 62
2
votes
1 answer

Deis deployment doesn't work with codeship

I have a RoR app deployed on Deis and I'm trying to set up Codeship to automatically deploy on Deis. here are the steps I've taken so far: Register codeship account to deis: deis register deis.example.com username: codeship password: password…
Mustafa Abuelfadl
  • 537
  • 1
  • 4
  • 20
1
2 3 4