Cloud Native Application Delivery Flashcards

(4 cards)

1
Q

GitOps can be best described as…

A

A set of practices that uses Git as a single source of truth for cluster management and application delivery

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Argo? What does it integrate with?

A

Argo CD is declarative GitOps for Kubernetes.

It integrates with the GitOps lifecycle.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How can Argo be further utilized?

A

Argo can be further utilized via ArgoCD workflows to manage complex deployment processes.

Argo Workflows is a GitOps engine capable of orchestrating parallel jobs on Kubernetes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Flux? What toolkit does Flux utilize?

A

Flux is an Argo CD alternative. Flux may be a more appropriate solution for synchronized cluster changes via Configuration Sync - where they can continuously monitor a Git repository and automatically update apply changes.

It uses the GitOps toolkit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly