Systems and Service Architecture - Microservices Architecture Certificate for Joshua Paul G. Saac
Certificate ID:
551739
Authentication Code:
670cf
Certified Person Name:
Joshua Paul G. Saac
Trainer Name:
Lakshmi Narayanan Thirulokam
Duration Days:
2
Duration Hours:
14
Course Name:
Systems and Service Architecture - Microservices Architecture
Course Date:
24 May 2018 08:00 to 25 May 2018 16:00
Venue:
Puerto Princesa City
Course Outline:
Quick overview of traditional approaches
- Monolithic systems
- System of Systems
- Early service orientation (EAI, CORBA, etc...)
- Early webservices (SOAP, etc...)
- Service Oriented Architecture (SOA)
- Microservices
Design concepts and tradesoff
- Flexibility and Complexity tradeoff
- Cohesion, Coupling
- Hidden dependencies vs explicit dependencies
- Small system vs Big System
- Module/Component vs Service
Generic SOA
- Benefit and Costs of SOA
- Successes and failures in implementing SOA
- Messaging and ESB
- Infrastructure and tools supporting SOA
Microservices and implementation of SOA - concepts
- Do one thing and do it well
- Microservice vs Service
- DevOps
- Continuous Deployment and Delivery
- Lightweight protocols
Microservice protocols and tools
- HTTP, JMS, AMQP, Websockets, JSON, etc...
- Deployment
- Containers (Docker, K8N, LXC, etc...)
- Configuration Management (Ansible, etc...)
- Monitoring and Management
- Infrastructure
Cloud and Auto Scalability
- Microservice redundancy and fail-over
- Performance scalability
- Auto scalability
- Implement: OpenStack, AWS, etc....
Real problems
- Complexity of ecosystem
- Network Performance
- Security
- Deployment
- Testing
- Nano-services