Articles by: Petr Kostelanský

.NET Core memory dump from kubernetes pod

If you notice your app memory is growing try to do gcdump and investigate it.

k8s commands to display container logs

How to get logs from app running in Kubernetes by kubectl logs command.

Basic Docker Commands

A few basic commands to easily manage docker images and containers.

Manage Azure from Powershell (by Azure CLI)

How to manage Azure resources from Powershell? In general, there are two options Azure CLI or Azure Powershell

MSBuild csproj - run Powershell script before rebuild

Sometimes you will need to run PowerShell or another script before the Rebuild process. To do that you can extend *.csproj file with Exec node and place your script call into Command property.

Manage Linux in Docker containers [locally]

If you use Docker containers for development you have probably encountered how to easily manage containers. So let me tell you a bit about Kitematic.