Module 1 Cloud Native and Multicloud Concepts and Goals Flashcards
Containers are a form of OS virtualization that can be run where?
Anywhere
Containers are a form of OS virtualization, when the application code is packaged in the standard way, can be run anywhere, be it a desktop, traditional IT, or the cloud.
How does DevSecOps differ from DevOps?
It adds security and compliance into the development process.
DevSecOps brings security and compliance needs into the process earlier than previous development methods.
What is the purpose of an SRE team?
Improve resiliency and reliability of applications
SRE teams focus on improving the resiliency and reliability of applications.
What is the meaning of the acronym SRE?
Site Reliability Engineering
The acronym SRE means, Site Reliability Engineering, and it allows for the creation of a reliability team, separate from the delivery team.
What is Mutation Testing?
Intentionally altering code to ensure unit testing is functioning
Mutation testing is intentionally altering lines of code to verify unit tests are in place to detect changes and fails.
What does Cloud-native observability mean?
Deploying applications that are easier to monitor, upgrade and repair.
Cloud-native observability means to deploy applications that are easier to monitor, upgrade and repair.
What does resiliency mean?
Quick recovery from unexpected failure
Resiliency is the ability to recover quickly from unexpected failures and minimize the user impact.
Fill in the blank.
The goals of __________ are to adopt design patterns, paradigms, and techniques that enable loosely coupled systems build around microservice architecture principles.
cloud-native
The goals of cloud-native are to adopt design patterns, paradigms and techniques that enable loosely coupled systems to build around microservice architecture principles.
What does CI/CD mean?
Continuous Integration, Continuous Delivery/Deployment
CI/CD stands for Continuous Integration, while the D can be used interchangeably for Continuous Delivery and/or Continuous Deployment.
DevOps brings together development and operations teams to overcome what obstacles?
Configuration and deployment delays
DevOps teams bring together development and operations teams to overcome the obstacle of configuration and deployment problems or delays.