ideas
ideas copied to clipboard
Probot deployment using kubernetes/helm
Today, per https://probot.github.io/docs/deployment/, there's first-class documentation on how to deploy probot self-hosted via the following:
As node app...
- Glitch
- Heroku
As serverless function...
- AWS Lambda
- Azure Functions
- Google Cloud Functions
- GitHub Actions
- Begin
- Vercel
This idea ticket is to capture if it is simple enough to create a similar deployment for folks who already have an existing Kubernetes cluster, but aren't node developers so may struggle with some of the nuance around using npm.
We'd be happy to add more information to the documentation! But personally I don't know anything about kubernetes, I could only help from the probot/node side