Serve on kubernetes with helm #42

Closed
opened 2020-04-22 16:59:03 +00:00 by Ghost · 4 comments

Hello,

First I would like to say thanks so much for your work on this project.

Do you have more information on what setting "cluster" in the init method does? I am deploying my app to kubernetes using helm and want to know if it is something I would need to enable.

Thanks,
Tyler

Hello, First I would like to say thanks so much for your work on this project. Do you have more information on what setting "cluster" in the init method does? I am deploying my app to kubernetes using helm and want to know if it is something I would need to enable. Thanks, Tyler
Owner

The first question is:

  • Why are you using kubernetes?
  • Why are you using Greenlock with node instead of a kubernetes tool like traefik or Caddy?

Next:

  • Do you have your databases (or other shared storage) set up for your domain management, certificate management, and ACME challenges?

Last:

  • Do you have multiple CPU cores (per container)?

cluster has no benefit unless you're actually running on multiple cores (or multiple CPUs) - otherwise you'll actually make responses slower.

The first question is: - Why are you using kubernetes? - Why are you using Greenlock with node instead of a kubernetes tool like traefik or Caddy? Next: - Do you have your databases (or other shared storage) set up for your domain management, certificate management, and ACME challenges? Last: - Do you have multiple CPU cores (per container)? `cluster` has no benefit unless you're actually running on multiple cores (or multiple CPUs) - otherwise you'll actually make responses slower.
Owner

Hey Tyler, Did that help? Just wanted to make sure that A) you've got the right tool (and pre-requisite tools) for the job and B) your original question was answered.

Hey Tyler, Did that help? Just wanted to make sure that A) you've got the right tool (and pre-requisite tools) for the job and B) your original question was answered.
Author

Yes that did help. This is my first app on kubernetes so I was not aware of those other tools. Those seem like a better tool than using greenlock for it.

Thanks for all of your help I really appreciate it.

Yes that did help. This is my first app on kubernetes so I was not aware of those other tools. Those seem like a better tool than using greenlock for it. Thanks for all of your help I really appreciate it.
Owner

👍

:thumbsup:
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: root/greenlock-express.js#42
No description provided.