Going to show the common facing problem to check the connectivity between pods from different service points. If the service can not connect to the desired service via the service endpoint. Then what are the debugging steps we can follow to rectify that?...
Purpose Often we need to communicate between pods internally deployed in Kubernetes. As I said, internally means wanting to communicate without getting any public IP (which costs an extra $) rather in a local...
Consuming APIs over HTTP is a very common scenario when building applications. In this article, we are going to explore Refit to consume APIs in C#....
Background Story You are assigned to a running project, with limited documentation. Live operations/transactions are going on in the project database. Now you need to understand the dataflow. Database table and column...
Often we may need to check the number of rows in a `table`. If the table size is not big enough, then need not to worry much about that. But what if your...