Curso Microservices Development in Windows
24 horasVisão Geral
Este Curso Microservices Development in Windows, está repleta de informações práticas do mundo real. Da principal empresa de treinamento de desenvolvimento de Arquitetura Orientada a Serviços/DevOps/Agile, vem um curso para mover o dial na jornada de suas organizações com este workshop. Você sairá deste curso carregado de conhecimento sobre o uso dessa pilha para microsserviços. Esta aula combina exercícios de laboratório ministrados por instrutor e práticos.
Objetivo
Após realizar este Curso Microservices Development in Windows, você será capaz de:
- Use com confiança a pilha descrita no curso.
- Compreender os vários componentes-chave.
- Aplique o conhecimento para migrar aplicativos para soluções arquitetadas de microsserviços com conteinerização para ambientes de desenvolvimento e implantação da Microsoft.
Tópicos
- Microservices
- Architecture for .NET
- CI/CD with Visual Studio Team Services
- Visual Studio Tooling
- Serverless Architecture with Azure
- Azure Service Fabric
- Azure Container Services
- Kubernetes
- Docker
Publico Alvo
Este Curso Microservices Development in Windows será particularmente útil para arquitetos, gerentes de tecnologia e líderes de desenvolvimento que implementam ou consideram microsserviços e DevOps para sua organização, incluindo o seguinte:
- Arquitetos
- Engenheiros de Confiabilidade de Software
- Engenheiros
- Gerentes de desenvolvimento de aplicativos
- Desenvolvedores líderes de aplicativos
Pre-Requisitos
- Um desejo de aprender como essa cadeia de ferramentas de microsserviços pode melhorar a eficácia da sua organização, criar e liberar processos, arquitetura e desenvolvimento de aplicativos e continuidade de negócios para greenfield e modernização de aplicativos
Materiais
Português/Inglês + Exercícios + Lab PraticoConteúdo Programatico
CHAPTER 1. Microservice Development
- The Microservices Architecture Design Principles
- Decentralized Processing
- Business Domain-Centric Design
- Crossing Process Boundary is Expensive!
- Designing for Failure
- Fault Injection During System Testing
- Distributed Transactions
- Managing Distributed Services with Docker & Kubernetes (OpenShift)
- Microservices and their relationship to the front-end
- Rich Client Applications
- Single Page Applications (SPA)
- The Building Blocks of a Fault-tolerant Application
- Example of Microservices in Their Purest Form: AWS Lambdas
- Example of Traditional Enterprise Application Architecture
- Example of Microservices Architecture
- Summary
CHAPTER 2. REST SERVICES
- Many Flavors of Services
- Understanding REST
- Principles of RESTful Services
- Create
- Retrieve
- Update
- Delete
- Client Generated ID
- SOAP Equivalent Examples
- JSON
- REST vs SOAP Communication
- Restful API Design
- Versioning
- Documentation
- Security
- Additional Resources
- Summary
CHAPTER 3. Getting started with asp.net Core
- Getting Started with ASP.NET Core
- Configuration and Middleware Pipeline
- Controllers and Views
- RESTful Services with Web API
- Data Access with Entity Framework Core
- Summary
CHAPTER 4. Serverless architecture with Azure
- What is a Serverless Architecture?
- Azure Functions
- WebJobs SDK
- WebJobs Core
- WebJobs Extensions
- Azure App Service
- Azure Resource Manager
- Understanding Azure Functions usage
- Azure Container Service
- Azure Service Fabric
- Microsoft Application Insights
- Microsoft Operations Management Suite
- Summary
CHAPTER 5. Azure container service w/ Kubernetes
- What is Kubernetes?
- What Is a Container?
- Microservices and Orchestration
- Microservices and Infrastructure-as-Code
- Kubernetes Container Networking
- Summary
CHAPTER 6. Kubernetes: from the firehose
- Masters
- Nodes
- Pods
- Namespaces
- Resource Quota
- Authentication and Authorization
- Routing
- Registry
- Storage Volumes
- Microservices, Linking, and Catalogs
- Summary
- CHAPTER 7. Docker: Bring on the Whale
- What is Docker
- Docker ecosystem
- Docker concepts
- Docker Architecture
- Microservice encapsulation
- Secure microservices using Docker
- Agility, Portability, and Control
- .NET Core or .NET Framework for Docker
- Summary
CHAPTER 8. Microsoft Docker Tooling
- Using Visual Studio Tools for Docker
- Configuring your local environment
- Using Docker Tools in Visual Studio 2015
- Using Docker Tools in Visual Studio 2017
- Using Windows PowerShell commands in a DockerFile to set up Windows Containers
- DevOps workflow for a Docker application
- Inner-loop development workflow
- Source-Code Control integration and management with Visual Studio Team Services and Git
- Build, Continuous Integration, and Test with Visual Studio Team Services and Docker
- Continuous Delivery, Deploy
- Run and manage
- Monitor and diagnose
- Summary
CHAPTER 9. Operational Readiness
- Monitoring, Logging, and Resource Management
- Monitoring Compute Resources
- Checking Pod Health
- Logging
- Secrets & Vaulting
- Summary
- CHAPTER 10. Application Modernization
- What is Application Modernization?
- Typical App Modernization Projects
- Why Modernize?
- Goals for Modernization
- Twelve-factor Application Microservices
- Maintaining State
- Cloud Service Fabric
- Summary
CHAPTER 11. Security in microservices
- Role-based
- Claim-based
- Session Cookie
- HTTP Basic
- JWT
- Summary
Lab sequence
- Lab 1. Setup Instructions
- Lab 2. Create a simple ASP.NET Core site
- Lab 3.1 Docker Enable a Code project
- Lab 3.2 Docker Enable a VS project
- Lab 4. Docker Web API
- Lab 5. Integrating two Docker applications
- Lab 6. Debug multi-container solutions
- Lab 7. Create Azure Storage Account
- Lab 8. Create an Azure Functions project
- Lab 9. Create and Debug an Azure Function
- Lab 10. Work with function.json
- Lab 11. Work with Azure Tables
- Lab 12. Azure containers (AKS) with Kubernetes