Ask HN: Does anybody need help with DevOps
Due this pandemic situation, i have a lot of free time on my hands. If anyone requires any kind of help in AWS, Google Cloud, Terraform, Ansible, Jenkins, Docker, K8s , i will be glad to help
contact : shailender.birmaan2@gmail.com
15 comments
[ 4.5 ms ] story [ 47.7 ms ] threadAdded contact info
I have my own server for some hobby projects and I'd really want a plug and play solution for checking git-repos with docker-files and starting them with their own URL for different branches.
Right now, if I have 20 projects with 20 branches, that's 400 endpoints that needs to be configured.
And what's best practice with canary deployments via git.
So my question is, does it exist a solution and what should I search for besides CI/CD?
you can have branch-name, docker port and sub-domain as variable and define them at run time PS : Not the best solution, but could work for your use case