Description
In this course, you will learn :
- How to deploy and monitor your microservices.
- How to configure continuous deployment.
- Explore the key deployment patterns that we can use before discovering how we monitor our Microservices.
- How to manage microservice failure.
- When you are finished with this course, you will have a foundational knowledge of Microservice DevOps that will enable you to solve your microservice deployment and monitoring challenges.
Syllabus :
1. Implementing Continuous Deployment
- Module Introduction
- The Scenario
- Introducing Devops
- The 5 Essentials
- Module Summary
2. Deploying Microservices
- Module Introduction
- Deployment Patterns
- Serverless Functions
3. Monitoring Microservice Performance
- Module Introduction
- Why Do We Monitor?
- What to Monitor
- Centralized Logging
4. Managing Microservice Failure
- Module Introduction
- Understanding Service Failure
- The Circuit Breaker Pattern
- Health Monitoring
- Demo: Health Monitoring