teamhephy / workflow

Hephy Workflow - An open source fork of Deis Workflow - The open source PaaS for Kubernetes.
MIT License
406 stars 37 forks source link

Has anyone tried installing workflow on amazon Lightsail? #38

Open Cryptophobia opened 6 years ago

Cryptophobia commented 6 years ago

From @helloravi on February 11, 2017 5:39

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

Copied from original issue: deis/workflow#735

Cryptophobia commented 6 years ago

From @Joshua-Anderson on February 11, 2017 7:20

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.

Cryptophobia commented 6 years ago

From @bacongobbler on February 11, 2017 16:11

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!

Cryptophobia commented 6 years ago

From @helloravi on February 13, 2017 2:50

@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:

Cryptophobia commented 6 years ago

From @helloravi on February 13, 2017 3:21

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