Ephemeral Elastic Infrastructures Flashcards

1
Q

What is GitOps?

A

GitOps is a cloud native approach to continuous deployment that leverages theGit version control/source control system as a single source of truth for configuration, infrastructure, and operational procedures.

Software agents alert on any divergence between Git with what’s running in a cluster, and if there’s a difference, Kubernetes reconcilers automatically update or rollback the cluster depending on the case.

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

What is Ephemeral Elastic Infrastructure?

A

How computing machines, storage and network resources for builds, testing and production environments are provisioned, configured, instantiated and managed in real time to satisfy the continuous varying workload requirements of continuous delivery pipelines.

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

What is Cloud-native?

A

Cloud-native architecture and technologies are an approach to designing, constructing, and operating workloads that are built in the cloud and take full advantage of the cloud computing model.

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

What is Immutable Infrastructures?

A

An immutable infrastructure is another infrastructure paradigm in which servers are never modified after they’re deployed. If something needs to be updated, fixed, or modified in any way, new servers built from a common image with the appropriate changes are provisioned to replace the old ones. After they’re validated, they’re put into use and the old ones are decommissioned.

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