Microservices are applications which are loosely coupled services each represents separate business goal, the advantage of using microservices is they can be easily developed and maintained individually. It also gives developer freedom to choose stack.
Oct 7, 2022 • 7 tweets • 2 min read
Top Systems Design Free Resources !
A thread ✨
Learn How to design large scaled Distributed Systems
#Devops#Kubernetes#100Devs
Kubernetes Architecture consists of master node which manages other worker nodes. Worker nodes are nothing but virtual machines running within a data center. They expose the underlying network and storage resources to the application
Here's a thread :
1. Learn & Understand OS Concepts :
Get familiar with Linux understand the different process of memory & process management learn about virtualization