deis / workflow

The open source PaaS for Kubernetes.
https://deis.com/workflow/
MIT License
1.31k stars 181 forks source link

Has anyone tried installing workflow on amazon Lightsail? #735

Open helloravi opened 7 years ago

helloravi commented 7 years ago

I have tried looking up for examples of implementations of Deis on lightsail. I did not find any examples. Has anyone tried doing that?

Joshua-Anderson commented 7 years ago

Workflow requires a running kubernetes cluster. There is already a lot of tooling and scripts around spinning up an kubernetes cluster on ec2.

Lightsail is nice for a easy linux server, but ec2 will work better for the more complex needs of a kubernetes cluster, which requires several virtual machines networked together.

bacongobbler commented 7 years ago

Yep, as far as I know nobody's written up or wrote tooling around getting k8s running on amazon lightsail. That being said we'd be open to docs!

helloravi commented 7 years ago

@Joshua-Anderson I found the following on aws documentation at the bottom:

All of the Lightsail instances within an account run within a “shadow” VPC that is not visible in the AWS Management Console. If the code that you are running on your Lightsail instances needs access to other AWS resources, you can set up VPC peering between the shadow VPC and another one in your account, and create the resources therein. Click on Account (top right), scroll down to Advanced features, and check VPC peering:

helloravi commented 7 years ago

Here is another stackoverflow question on Peering LIghtsail instances http://serverfault.com/questions/818280/cant-establish-vpc-peering-connection-from-amazon-lightsail

Cryptophobia commented 6 years ago

This issue was moved to teamhephy/workflow#38