Summary
Keywords
Full Transcript
Dockerizing your Spring boot application: a step-by-step guide Here we will be dockerizing our auth service and user service of our expense tracker app. We will also try to integrate the API gateway like KONG who uses Nginx under the hood. - We will go step by step on how to redirect requests to their respective micro service - What actually API gateways do and How - How to use docker files and docker compose files Timeline:- 00:00-00:35 Intro 00:36-01:10 Index 01:11-03:40 Why API Gateways 03:41-08:35 How they behave in real world 08:36-13:25 What API gateways do 13:26-20:30 Building docker images using dockerfile 20:31-29:00 Starting up our services in docker containers 29:01-39:01 integrating Kong Gateway and debugging API Gateways:- https://medium.com/@singhdevhub/api-gateways-whats-and-hows-with-implementation-563d9f371edb Auth service:- https://github.com/singhdevhub-lovepreet/authservice User service:- https://github.com/singhdevhub-lovepreet/userservice Yaml/config files:- https://drive.google.com/file/d/1krj4rdvGVjLeXDc7JEj1U6fSQxseXh6Y/view?usp=sharing learn java java java tutorial java tutorial for beginners java programming java for beginners java beginner lesson docker tutorial docker tutorial for beginners docker what is docker learn docker docker for beginners api gateway docker compose spring boot spring boot project mysql java full stack project #docker #backenddevelopment #apigateway
