Chapter 11. DevOps and CI/CD Flashcards

1
Q

What is a Jenkins Pipeline`?

A
  • series of plugins that collectively implement Continuous Delivery
  • represents the entire application lifecycle
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are Options for CICD?

A
  • Jenkins
  • Travis CI
  • Concourse (open source)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Name a few tools that integrate well with Kubernetes for cloud native applications?

A
  • Helm: popular package manager for Kubernetes
  • Skaffold: supports build, push and deploy to the Kubernetes cluster
  • Argo: family of tools aimed at workflow management on Kubernetes Clusters
  • Flux: open source tools, enable GitOps and CD on Kubernetes
  • Gitlab: DevOps platform
  • Jenkins X: Popular tool for CICD
How well did you know this?
1
Not at all
2
3
4
5
Perfectly