Deployment Case Study Lecture Notes

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/8

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts and terminology related to the deployment case study in platform engineering as discussed in the lecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

Payment Microservice

A backend service responsible for processing and managing payment transactions.

2
New cards

Payment Table

A database table that stores information about different payment categories such as Cheque and ApplePay.

3
New cards

Backward Compatibility

A characteristic of a system that allows it to continue to work with older versions of the software or with old data.

4
New cards

Migration

The process of transferring data from one database or storage system to another.

5
New cards

Rolling Update

A strategy where new features or changes are gradually deployed to a subset of users, allowing for immediate rollback if issues occur.

6
New cards

Tombstoning

Marking a record as deleted without physically removing it from the database.

7
New cards

Canary Deployment

A method of deploying software where a new version is released to a small subset of users before full rollout to mitigate risk.

8
New cards

Incremental Upgrade

A structured approach to updating software by introducing small, manageable changes over time.

9
New cards

Versioning

The process of assigning unique version numbers to different releases of a software product.