kubernetes

A 6-post collection

Running the Azure Functions runtime in containers on Kubernetes and more

The Azure Functions team has been doing some great work lately and as a part of that work the runtime for the runtime of the serverless function was ported to .NET Core 2.0 in late September. This set the stage really for cross-platform development and running of Azure Functions and in November; Azure Functions on Linux was announced for Preview. What does it all mean? There is a serverless framework for Azure that we can run in a container on Linux (and maybe a Raspberry PI??) and deploy to Kubernetes on the managed host in Azure...AKS (Azure Kubernetes Service). Requirements Docker .NET Core 2.0 The latest azure-functions-core-tools npm install -g azure-functions-core-tools@core The sample code for the...