chapter 6 Flashcards

1
Q

Explain what the Operate step in the DevOps lifecycle is

A

The operate step involves managing and maintaining the applications and infrastructure that have been developed and deployed

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

Describe what IaC is and how it supports the DevOps way of working

A

Infrastructure as code (IaC): is the practice of managing and provisioning computing infrastructure through machine readable definition files

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

Explain what Docker Compose is and how it works using different commands

A

Docker compose is a tool for defining and running multi-container docker applications, it uses YAML-formatted configuration files to define the services, networks and volumes required for a containerized application to run

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

Describe why Docker Compose is Considered IaC

A

Docker compose can be considered infrastructure as code because it enables declarative configuration, version control and collaboration, automation and reproducibility and scalability and flexibility

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