I have an app that is part of a microservices cluster, and I want to make sure my service is stable and resilient.
Its highly important that it will be available all the time.
The app is written in scala
Web framework is play
running the app on a docker and kubernetes is managing the containers in the cluster.
not using queues or anything, request comes, and get response (calculations returns Futures of course)
im new to the dev ops area and I want to make sure my service is resilient?
Without knowing your application it’s hard to determine all the requirements.
Here are the few I can think of.