
Let’s start: 1. Create a folder for your new project# Open a command prompt an run: 1mkdir kuberenetes.scale 2. Create the project# 1cd kuberenetes.scale 2dotnet new api 3. Add the references to KubernetesClient# 1dotnet add package KubernetesClient -v 1.5.18 2dotnet restore 4. Create a PodsController.cs with the...

Next Saturday the Global Azure Bootcamp will be celebrated all over the world and as in previous years their will be a Science Lab where we’ll try to discover a planet!!!. Isn’t that cool? Well to make this fast you can run the Science Lab using Azure Container Instances following the instructions found here or you can...