Microservices vs Serverless

Поділитися
Вставка
  • Опубліковано 21 сер 2024
  • Both have their own approaches to solving problems. Microservices offer long-term solutions. Each service is able to run 24/7 on a continuous basis. It’s a great permanent solution for teams with scaling in mind.
    But what is serverless? it is other paradigm? Lets Discuss...
    Facebook: / krish.dinesh.official
    Instagram : / krish.dinesh.official
    twitter: @Krishantha

КОМЕНТАРІ • 12

  • @udayangasilva5421
    @udayangasilva5421 Рік тому

    Nice. Very helpful!!!

  • @ydushmantha1
    @ydushmantha1 10 місяців тому

    Thanks, Good explanation.

  • @Enlight_Entertain
    @Enlight_Entertain 2 роки тому

    Thanks... Good one 👍

  • @DJJimboSlice
    @DJJimboSlice Рік тому

    Sharing databases is rough, because of data model management. The database already needs to be compatible with N, and N+1 but now you've got multiple Ns.

  • @hanisafa9094
    @hanisafa9094 Рік тому

    thanks a lot for the explanation , it rely helped me

  • @Choko4343
    @Choko4343 Рік тому

    I UNDERSTAND THANK YOUUU

  • @pranithramannagari9569
    @pranithramannagari9569 2 роки тому +1

    Hi krish, please can you make a practical implementation video on how to handle slowness of microservices. It was been asked in many interviews and many situations as well

    • @Enlight_Entertain
      @Enlight_Entertain 2 роки тому +1

      Slowness is non functional requirements. You have to mention slowness of what compared to what.

  • @sohanfernando6013
    @sohanfernando6013 2 роки тому

    Hi Krish, any plans of making another video on OAuth2-Tks.

  • @rajivperera1624
    @rajivperera1624 2 роки тому

    AWS Fargate is also a serverless environment right?

    • @krish
      @krish  2 роки тому +1

      yes and no. will talk in a future video

    • @Enlight_Entertain
      @Enlight_Entertain 2 роки тому +1

      Fargate is service offerings similar to Kubernetes. In back its actually running ECS cluster.