Mark As Completed Discussion

Build your intuition. Fill in the missing part by typing it in.

Scaling microservices involves adjusting the resources allocated to each service based on the incoming workload. By dynamically adjusting resources like CPU and memory, we can handle increased traffic and maintain responsiveness. There are several scaling strategies we can employ, such as ____ scaling and ____ scaling.

Write the missing line below.