From the course: Software Development Life Cycle (SDLC)
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Twelve-factor app, part 2
From the course: Software Development Life Cycle (SDLC)
Twelve-factor app, part 2
- [Instructor] We are continuing with the 12 factor application principles, starting with principle number six. The sixth principle states that a 12 factor application runs as a set of independent stateless processes with the state of each request stored in persistent storage, such as a database, not in a local cache or file system associated with a process. If a process dies, the other processes can continue to handle requests with no data loss or inconsistency. Running an application as a set of independent processes facilitates horizontal scaling of our application. To handle increased workload, you can increase the number of processes that handle user requests and route the requests to the process via a load balancer. The port binding principle expects 12 factor applications to expose their functionality without depending on a web server, such as Apache or IIS. For example, a Python Flask application is exposed via port 5,000 by default with a web server library being part of the…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
- (Locked) Scrum overview4m 55s
- (Locked) Scrum workflow3m 53s
- (Locked) Lean overview and key concepts4m 10s
- (Locked) Lean value stream mapping2m 39s
- (Locked) Lean principles4m 57s
- (Locked) Kanban3m 51s
- (Locked) Kanban board2m 12s
- (Locked) Extreme programming4m 18s
- (Locked) Spotify engineering model3m 26s
- (Locked) Spotify engineering culture4m 48s
- (Locked) DevOps: Background4m 7s
- (Locked) DevOps: Concepts4m 47s
- (Locked) Microservices: Key concepts4m 22s
- (Locked) Microservices: Deployment scenarios4m 20s
- (Locked) Twelve-factor app, part 14m 47s
- (Locked) Twelve-factor app, part 25m 11s
- (Locked) Chaos engineering4m 10s
- (Locked)
-
-