As we know, the adoption of containerization in modern software development environments has significantly changed the way applications are built and deployed. The lightweight and…
C# & Python lover
As we know, the adoption of containerization in modern software development environments has significantly changed the way applications are built and deployed. The lightweight and…
Applications that we develop as cloud-native sometimes may have to deal with data related operations such as accessing, storing or sharing a data between applications.…
As technology is constantly evolving and changing, the database schema of the application, that we work in, can also change with each new feature we…
As we can imagine, trying to migrate existing applications to the cloud environment with the lift & shift approach due to time and cost reasons,…
As we can imagine, the technology and needs are rapidly evolving and growing day by day. Because of these rapid changes, organizations are also trying…
As we know, in recent years kubernetes has become an essential standard on container orchestration topic for our microservice architectures. Although kubernetes solves many of…
As we know, we need an ingress controller in Kubernetes to route traffic through a single IP address and for TLS termination operations. Although various…
In today’s technology era, we all know how important it is to host applications in the cloud environment especially for large-scale companies. According to many…
As we know, Microsoft launched many innovations this year at Barcelona KubeCon. I think one of the great was SMI(Service Mesh Interface). As far as…
As you know, these days Microsoft is making a lot of leaps and investments for the open-source world. One of these leaps is a component…
As you know, one of the most basic features that nearly every backend application must have is logging of requests and responses. Especially in environments…
Hi, all! We have developed a RESTful API in the previous ASP.NET Core blog post series, and then we deployed that to the Azure App Services. In this…