My kubectl Cheat Sheet

This is a small kubectl Cheat Sheet with the list of commands and settings I use, almost on a daily basis, when working with kubernetes. Get version and cluster information Get kubectl version 1kubectl --version Get cluster information 1kubectl cluster-info Check cluster nodes 1kubectl get nodes Get running services...

.NET Core CLI and MSBUILD Cheat Sheet

This is a small .NET Core CLI and MSBUILD Cheat Sheet with the list of commands and settings I use almost on daily basis when working with .NET Core, the command line and Visual Studio Code. Checks Check installed CLI version: 1dotnet --version Show available templates: 1dotnet new Solutions Create a solution with the...