CEIS 420 Chapter 9: Deploying Python Architectures

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/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

Ansible

A configuration management and deployment tool written in Python

2
New cards

BlueGreen

A deployment model that keeps two production environments and at a given instance one environment is live, which is called as blue

3
New cards

Bucket Testing (A/B Testing)

A technique of deploying two dissimilar versions of an application to production to check more popular version

4
New cards

Canary Release

A deployment model in which the changes are rolled out to a small subset of users first

5
New cards

Chaos Monkey

A tool used by Netflix that automatically injects failures inn production systems and then measures the impact

6
New cards

Continuous

A deployment model where software is ready to go live at any time

7
New cards

Fabric

A command-line tool and library written in Python, which helps to automate remote deployments on servers via a set of well-defined wrappers over the Secure Shell (SSH) protocol

8
New cards

Induced Chaos

A technique of purposefully introducing errors or disabling part of a production deployment system to test its resilience to failures and/or level of availability

9
New cards

PIP installs packages (PIP)

The standard and suggested tool to install packages in Python

10
New cards

Python Package Inded (PyPI)

The official repository for hosting metadata for third-party Python packages on the web and is an index to the python packages on the Web whose metadata is published and indexed on a server

11
New cards

Python Packaging Authority (PyPA)

A working group of python developers who maintain the standards and the relevant applications related to packaging in Python

12
New cards

Supervisor

A client/service system, which is useful to control processes on Unix and Unix-like systems

13
New cards

Supervisord

A server daemon process contained by Supervisor

14
New cards

virtualenv

A tool that allows developers to create sand-boxed Python environments for local development