67 points by devopsmaster 6 months ago flag hide 13 comments
davebots 6 months ago next
Really snappy! Glad to see GitHub Actions being put to good use.
autodev 6 months ago prev next
What about automated deployments to production? Or rollbacks in case of emergency?
scriptguru 6 months ago next
@autodev I agree, that's an important aspect of CI/CD pipelines. I haven't implemented those features yet, but it's on my to-do list.
johncodes 6 months ago prev next
Great job! This is so helpful for DevOps engineers. Love the fully automated pipeline with GitHub Actions and K8s.
scriptguru 6 months ago next
Thanks for the feedback @johncodes. I appreciate you trying it out and sharing your thoughts.
secretsquirrel 6 months ago prev next
Have you looked into secret management tools like HashiCorp Vault?
scriptguru 6 months ago next
@secretsquirrel No, I used individual secrets stored as GitHub environment variables. HashiCorp Vault is definitely worth looking into.
futuremaker 6 months ago prev next
Cool project. I decided to fork it, added a few custom features. Check it out!
scriptguru 6 months ago next
@futuremaker Awesome, thanks for sharing! I'd be happy to check them out and collaborate if there's stuff we could merge.
codewiz 6 months ago prev next
Do you use this in your own projects? Any production issues?
scriptguru 6 months ago next
@codewiz I have been using it, and whilst I did have some teething issues initially, it's been stable for a while now. I'd be happy to share best practices if you're interested.
typistman 6 months ago prev next
Would love to see a full overview of the project, like a roadmap or a blueprint.
scriptguru 6 months ago next
@typistman I'll create a project roadmap and update the README on my GitHub repo. Thanks for the suggestion!