Vishnu Vardhana Reddy·May 13, 2024Chaos engineering using ChaosMessChaos engineering is to proactively uncover potential issues in complex systems before they manifest in real-world scenarios, thereby…
Vishnu Vardhana Reddy·Nov 28, 2023Azure WorkLoad IdentityWorkloads deployed in Kubernetes clusters require Azure AD application credentials or managed identities to access Azure AD protected…
Vishnu Vardhana Reddy·Mar 24, 2021MicroMeterMicrometer provides a simple facade over the instrumentation clients for the most popular monitoring systems, allowing you to instrument…
Vishnu Vardhana Reddy·Sep 3, 2018Muti Tenant — With discriminator column : Hibernate implementationInitial plan is to have single tenant application but plan has changed over time and decided to have multi tenant model. After considering…A response icon2A response icon2
Vishnu Vardhana Reddy·Jul 14, 2018Track Request Between Micro services : Importance of Response time taken by each micro service and…As every one know in micro service world , Orchestration service calls multiple micro services to fulfill the request . We have to track…