Cloud Architecture: Core Concepts
This course will help in understanding microservices architecture and how to build it using SpringBoot, Spring Cloud components, Docker, and Kubernetes. By the end of this course, students will understand all the below topics,
- What is microservices architecture and how it is different from monolithic and SOA architectures
- How to build production-ready microservices using Spring, SpringBoot, and Spring Cloud
- What are cloud-native apps & the 12-factor principles behind them
- Configuration management in microservices using Spring Cloud Config Server
- Service Discovery and Registration pattern inside microservices and how to implement using Spring Eureka server
- Building resilient microservices using RESILIENCE4J framework
- Handling Cross-cutting concerns and routing inside microservices using Spring Cloud Gateway
- Implementing Distributed tracing & Log aggregation in microservices using Spring Sleuth and Zipkin
- Monitoring microservices using Prometheus and Grafana
- Role of Docker in microservices and how to build docker images, containers
- Role of Docker compose and how to use it to run all the microservices inside an application
- Most commonly used Docker commands
- Role of Kubernetes in microservices as a container orchestration framework.
- How to set up a Kubernetes cluster inside GCP using GKE (Google Kubernetes Engine) and deploy microservices inside it
- Most commonly used Kubernetes commands
The pre-requisite for the course is basic knowledge of Java, Spring, and an interest to learn.