03. CI/CD Pipeline Integration

CI/CD Pipeline Integration

ND#9991 C04 L05 A02 CI-CD Pipeline Integration

Earlier in the course, we briefly touched on CircleCI through its inclusion within a Makefile Noah used.

CircleCI is a great tool to help with continuous integration, and it works well with Kubernetes. You can read some information in this CircleCI blog post on one application combining Kubernetes with CircleCI, and on the next page, it will be your turn to add CircleCI to your build.

CI/CD

What problem does CI/CD solve?

SOLUTION: Helps ensure software is always ready for delivery