অনেক টুল CI/CD পাইপলাইন প্রয়োগ করে — GitHub Actions, GitLab CI/CD, Jenkins, CircleCI, এবং অন্যান্য। তারা কোড তৈরি, পরীক্ষা এবং স্থাপনার কাজ স্বয়ংক্রিয় করে। ল্যান্ডস্কেপ বোঝা এবং কীভাবে তাদের কনফিগার করা হয় তা ব্যবহারিক জ্ঞান।
সাধারণ CI/CD টুলগুলি
GITHUB ACTIONS → CI/CD built into GitHub; YAML workflows in the repo; huge marketplace
of reusable actions; popular for GitHub-hosted projects (easy, integrated)
GITLAB CI/CD → built into GitLab; .gitlab-ci.yml; integrated with GitLab's DevOps platform
JENKINS → the classic, self-hosted, highly-extensible (plugins) automation server;
flexible/powerful but more setup/maintenance
CIRCLECI, TRAVIS CI → cloud-based CI/CD services
AZURE DEVOPS, AWS CodePipeline, Google Cloud Build → cloud-provider CI/CD
ArgoCD, Flux → GitOps continuous deployment for Kubernetes
