-
-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
Description
Minimal working Kubernetes deploy instructions would be handy in a wiki article. Especially if it works with Codeship or CircleCI.
Expectations:
- SSL (probably using CloudFlare)
- Nginx ingress
- Cloud SQL service assumption (no Postgres container)
- Redis service? Trying to create my own HA Redis didn't go well. Should we assume people want to use MemoryStore or AWS Redis?
- Containers? Sidekiq and Rails on the same container? Separate containers is very RAM heavy and guarantees uncompetitive costs VS VPS and Heroku.