Hacker News new | past | comments | ask | show | jobs | submit login

My biggest niggle, is it doesn't have to be "perfect"... just good enough.

    * Do you need it now?
    * Is there a simpler solution that gives most of what you want?
    * IS there an iterative approach you can start with?
As much as I've appreciated being on projects with CI/CD all the way to production, etc... there's something to be said for... does it run locally? can you containerize adjacent local services (db, api, etc)? can you containerize your build and local deploy? Do you have a CI/CD pipeline for pull requests? master? Integration tests?

It doesn't all have to be done at once, it can definitely be ad-hoc and can grow as your application(s) grow. Don't start with k8s when dokku will work. Don't force everything to be ready before any features can be built.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: