Infrastructure
Learn about the ways system infrastructure is managed from both a traditional and a DevOps perspective!
StartKey Concepts
Review core concepts you need to learn to master this subject
Scalability
Vertical Scaling
Horizontal Scaling
Elasticity
Dependencies
Orchestration
Immutable Infrastructure
Manual Infrastructure Configuration
Scalability
Scalability
Scalability is a system’s ability to add resources to keep up with growing demand. A system with great scalability will be able to do this without interrupting services.
Infrastructure Management
Lesson 1 of 1
- 1_Summer launches her web browser, enters the URL for her company’s business analytics application, and voilà — immediately, her browser is filled with beautiful charts, graphs, and statistics loade…
- 2Scalability is a system’s ability to add resources to keep up with growing demand. When more more users begin using an application, infrastructure with great scalability will handle it without …
- 3Let’s imagine we have a very simple blog application. It doesn’t require much of our server’s memory or processing power. However, it is getting a ton of traffic, which is great! We need to scale t…
- 4_Dakota has tested all of the features of her application in her local development environment. She is proud to push the app to their team’s testing environment for QA to look at. Within hours, QA …
- 5_Juan has been in the software business for a long time. He oversees application deployment for a prestigious banking institution. The team is about to roll out a major update to their application….
- 6Orchestration tools rely on a core principle of DevOps: Infrastructure as Code. Infrastructure as Code (IaC) is the act of defining infrastructure properties in configuration files. These confi…
- 7Historically, businesses owned and managed infrastructure on company premises with their staff. This is known as traditional- or in-house infrastructure. With traditional infrastructure, th…
- 8The last couple of decades brought about an important shift in infrastructure management. This shift was cloud-based infrastructure. Cloud-based infrastructure refers to infrastructure and comp…
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory