Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 3.16 KB

v2-upgrade-faq.md

File metadata and controls

50 lines (35 loc) · 3.16 KB

Microservice V2 Course Updates - FAQ

Really excited to announce amazing updates to the course! Great News! We are adding Docker and Kubernetes to the course!

What are the new sections?

  • Section 6 - Microservices with Spring Boot 2.4+ and Spring Cloud 2020+
  • Section 7 - Docker
  • Section 8 - Kubernetes

Can you give me direct links to the sections of the course?

Is there a new github repo?

Only for the new sections - https://github.com/in28minutes/spring-microservices-v2

The original repo (https://github.com/in28minutes/spring-microservices-v2) will continue to have updates for REST API and V1 version of Microservices courses

Can you explain the updates in detail?

  • Rerecorded Microservice sections with the following versions of Spring Boot (2.4) & Spring Cloud (2020.0)
    • Spring Cloud LoadBalancer instead of Ribbon
    • Spring Cloud Gateway instead of Zuul
    • Resilience4j instead of Hystrix
  • New Section: Docker: Containerize Microservices
  • New Section: Kubernetes: Orchestrate all your Microservices with Kubernetes

What should you do?

  • If you have already completed the Microservices sections of the course:
    • Start with Section 6 - Microservices with Spring Cloud - V2 (We have a quick start option to get you started quickly)
    • Do NOT forget the do the Docker and Kubernetes sections (Section 7 and Section 8)
  • If you are pursuing "Section 5 - Microservices with Spring Cloud - V1" right now:
    • If you are in the first 20 steps, restart with Section 6 - Microservices with Spring Cloud - V2
    • If you are at the end of the section, complete it and then Start with Section 6 - Microservices with Spring Cloud - V2 (We have a quick start option to get you started quickly)
    • If you are in the middle, watch the first 2 videos of Section 6 and decide what you want to do :)
  • If you have not started the Microservices sections of the course:
    • No change. Just continue with the course.

I've completed V1 of the course. Should I completely start with V2 from zero?

Nope. Not necessary.