-
Notifications
You must be signed in to change notification settings - Fork 835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing Kong on ECS fargate with external DB using CloudFormation #242
Comments
None that I know of but if you come across one (or make one) we could add it to the deployment section of https://docs.konghq.com/hub/ |
@hutchic Thanks for updating, sure i am creating one and will share it soon. let's keep this issue open. |
Hi, about this one, sorry for hijacking the ticket but... Is anyone running Kong successfully in Fargate? We are running still 1.0.3 - and Kong tends to be run out of disk space... This was the only "Kong Fargate" I could Google... |
@iniinikoski would like to know the task definition Configuration of your deployment ? Also if you are running it in Production , there are Production System Requirements listed on Kong page. Please check if you are inline with that. |
I'll report back soon - with a task definition JSON as well. The proxy cache was filling up, we did some... tweaks :) And so far everything looks good. Let's give it a few weeks of continuous running after conclusions :) I only found some old documentation (of Kong Enterprise) on "Production System Requirements" - but not on the latest docs. The old docs mentioned "24 GB of disk", Fargate only has 10 gigs maximum. Let's see... This is an interesting experiment. |
Is it viable in ECS + Fargate? The issue was never resolved. |
@manuelnucci ECS + Fargate itself works - but I haven't seen anyone to build CloudFormation around this + sharing the creation... We're not deploying Kong with Cloudformation - only the infrastructure around it is in CFN... But, looking at our Task Definitions, I'd say there's nothing special around Kong+Fargate - it's just another ECS Fargate service... |
Is their any pre-built cloudformation script to install Kong on ECS fargate with external Postgres RDS in AWS.
I have used EC2 cloudformation template but has doubt on user/data commands provided for EC2 Instances and what needs to be done in case of running docker image and how to pass data.
The text was updated successfully, but these errors were encountered: