Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 919 Bytes

File metadata and controls

25 lines (12 loc) · 919 Bytes

🧭 HOME

⬅️ PREVIOUS MODULE


Delivering Infrastructure

Organizing Infrastructure Code

Defines which are the best patterns when organizing the project across repositories. Do infrastructure and applications code belong together, or should they by separated? How should you organize code for an estate with multiple parts?

Delivering Infrastructure Code

This chapters enters more in details on how all the releases are been deployed using IaC.

Team Workflows

This chapter focuses on what people do in their workflows, while the following one looks at ways of organizing and managing infrastructure codebases.

Safely Changing Infrastructure

Making frequent changes to infrastructure imposes challenges for delivering uninterrupted services. This chapter explores these challenges and techniques for addressing them.