- Docker on Windows
- Elton Stoneman
- 252字
- 2021-07-02 12:48:01
Breaking up monolithic applications
Traditional .NET web applications which rely on a SQL Server database can be migrated to Docker with minimal effort and without having to rewrite any application code. At this stage in my NerdDinner migration, I have an application Docker image and a database Docker image which I can reliably and repeatedly deploy and maintain. I also have some beneficial side effects.
Encapsulating the database definition in a Visual Studio project may be a new approach, but it adds quality assurance to database scripts and brings the schema into the code base, so it can be source-controlled and managed alongside the rest of the system. Dacpacs, PowerShell scripts, and Dockerfiles provide a new common ground for different IT functions. Development, operations, and database administration teams can work together on the same artifacts, using the same language.
Docker is an enabler for DevOps transitions, but whether or not DevOps is on your road map, Docker provides the foundation for fast, reliable releases. To make the best use of this, you need to look at breaking down monolithic apps into smaller pieces, so you can release high-value components frequently without having to do a regression test on the whole of a large application.
Extracting core components from an existing application lets you bring modern, lightweight technologies into your system without having to do a large, complex rewrite. You can apply microservices architecture principles to an existing solution, where you already understand the areas which are worth extracting into their own services.
- 操作系統實用教程(Linux版)
- Linux實戰
- Red Hat Enterprise Linux 8系統管理實戰
- Puppet實戰
- Arch Linux Environment Setup How-to
- 白話區塊鏈
- 開源安全運維平臺OSSIM疑難解析:入門篇
- 循序漸進學Docker
- 高性能Linux服務器構建實戰:系統安全、故障排查、自動化運維與集群架構
- 嵌入式操作系統(Linux篇)(微課版)
- 混沌工程實戰:手把手教你實現系統穩定性
- Mobile First Design with HTML5 and CSS3
- 注冊表應用完全DIY
- Linux服務器配置與管理
- RHCSARHCE 紅帽Linux認證學習指南(第7版)EX200 & EX300