มีเครื่องมือมากมายที่ใช้ทำ CI/CD pipeline ได้แก่ GitHub Actions, GitLab CI/CD, Jenkins, CircleCI และอื่นๆ พวกมันทำให้การ build ทดสอบ และ deploy โค้ดเป็นอัตโนมัติ การเข้าใจภูมิทัศน์เหล่านี้และวิธีตั้งค่าเป็นความรู้ในทางปฏิบัติ
เครื่องมือ 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
