A short story about failing request
We have failing request on our development server. There is an endpoint that downloads file which size is about 140 mb. It crashes all the time. There are Out Of Memory exceptions in our logs.
Czytaj więcejWe have failing request on our development server. There is an endpoint that downloads file which size is about 140 mb. It crashes all the time. There are Out Of Memory exceptions in our logs.
Czytaj więcejMost of the web apps written in .NET Core supports application/json
as request body content type just
like response content type. This is the default configuration when creating a new app via Visual Studio or dotnet new
command.
CI/CD is one of the basic methods of continuous delivery concept. Gitlab offers the Pipelines
module that implements CI/CD.
We are going to show how easy is to integrate Gitlab with Kubernetes. That integration will allow us to deploy a new version of the app to the K8S cluster right after a commit.
Creating docker images may seem to be easy, at first glance. We can also use many examples found on the Internet. But we can not be aware of a couple of issues, however. These images may not be optimized or even secure. In this article, we try to show you a couple of tricks that could be useful for daily-basis images creation.
Czytaj więcej
office@knsdata.com