Font size
WorksheetsSuse Lesson 5 CI/CD with Cloud Native Tooling
Total questions: 10
Worksheet time: 3mins
Which of the following are configuration Management Tools?
Jsonnet
ArgoCD
Helm
Kustomize
The _____ file contains default input parameters for a Helm chart.
manifests.yaml
chart.yaml
values.yaml
deployment.yaml
What is a downside of using a Push-Based CI/CD workspace?
A scenario might be reached where multiple changes need to be deployed to production
Push-Based Workspace compromises Time for Security
Not capable of handing bigger projects due to lack of scalability
Does not manage resources with finesse
______ is an operating model that refers to the Git repositories as the source of truth for declarative infrastructure and applications.
Github Actions
Github Copilot
GitOps
Github Pages
A delivery pipeline is triggered when a new commit is available. The new changes should traverse the following stages:
Build
Test
Package
Deploy
Feedback
_________ is a step up from Continuous Delivery in which every change in the source code is deployed to production automatically, without explicit approval from a developer.
Continuous Integration
Continuous Deployment
Continuous Delivery
Continuous Management
Which of the following are event-driven workflows that can be executed when a new commit is available, on external or scheduled events?
GitHub Copilot
GitHub Actions
GitOps
Github Pages
The ________ approach is the recommended way to deploy resources within a production environment
Imperative
Declarative
Which of the following are tools that automate the Continuous Delivery stage?
Jenkins
CircleCI
Kustomize
Concourse
When accessing the ArgoCD UI, a browser SSL warning is encountered. Why is this encountered?
Invalid Login credentials are used to access the Environment
ArgoCD is not configured properly and needs to be reconfigured
ArgoCD server is not setup with SSL certificates to authenticate the server
Files are corrupted during installation and reinstallation is requred before proceeding further.
