New Year Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Which two GitOps controllers are the most popular?

A.

Keptn and Puppet

B.

Helm and Kustomize

C.

ArgoCD and Flux

D.

Jenkins and Tekton

You are working on a GitOps project and have made some changes to the cluster using kubectl. What is the recommended approach to ensure that your changes are continuously reconciled?

A.

Delete and recreate the cluster from scratch to ensure a clean and controlled state.

B.

Save those changes to the Desired State store and allow the GitOps controller to attempt reconciliation.

C.

Use kubectl to delete all resources that were changed in the cluster and wait for a reconcile.

D.

Reconcile the changes by running a script or command that synchronizes the cluster with the desired state.

Which of the following is an example of an external reconciler?

A.

Flux

B.

Kubeflow

C.

Helm

D.

Kustomize

You are working on a GitOps project and want to ensure that the configuration files are written in a standardized format. What is the recommended way to ensure this?

A.

Ask team members to manually review each other's configuration files for formatting issues.

B.

Ignore the formatting issues and focus on the functionality of the configuration files.

C.

Use a linter tool to automatically check the configuration files for formatting issues.

D.

Manually review each configuration file to check for any formatting issues.

Which of these Git commands will enact a rollback of the configuration to a previous commit?

A.

git branch

B.

git revert

C.

git commit

D.

git push

You want to create a dashboard to monitor the performance of your application. Which of the following is a key principle of GitOps regarding dashboards?

A.

The operations team should manually update dashboards.

B.

Dashboards should be created using a proprietary tool.

C.

Dashboards should only be accessible to the development team.

D.

Dashboards declarations should be in the Desired State store.

Which of the following best describes the role of Git as the "single source of truth" in GitOps?

A.

Git stores only application source code, while deployment configurations are managed elsewhere.

B.

Git acts as the sole system of record for both infrastructure and application declarative configurations.

C.

Git is primarily used for versioning, but runtime configurations are excluded from GitOps workflows.

D.

Git is optional in GitOps; any version control system or manual configuration management can serve the same purpose.

You want to route alerts from Prometheus to Slack in your GitOps workflow. Which tool can you use to achieve this?

A.

Alertmanager

B.

Slack

C.

Prometheus

D.

Jenkins X