Containers

V026 - Sailing the Sea of Thieves while talking Cloud

V026 - Sailing the Sea of Thieves while talking Cloud

2021-06-27

Chris combines tech updates with a Sea of Thieves gaming session alongside Cloud Family community members James Cook, Mert Ata, and Dean Ellerby. Updates cover Azure FX series VMs for HPC, NFS 3.0 for Blob Storage GA, JBoss on App Service, Azure VM Image Builder GA, plus GitHub and Azure DevOps community roundups.

Using Azure Arc for Apps - Part 6 - Setting up Event Grid on Kubernetes with Azure Arc

2021-06-10 · 42 min

In part 1 of this Using Azure Arc for Apps series, we explored Azure Arc and Azure Arc enabled Kubernetes clusters. In this post, we'll be exploring Event Grid for Kubernetes. At time of writing, this approach is in public preview, so we may see certain limitations / features that are not yet available.

Using Azure Arc for Apps - Part 3 - Deploying Azure Functions into an App Service Kubernetes Environment

2021-06-02 · 22 min

In part 1 of this Using Azure Arc for Apps series, we explored Azure Arc and Azure Arc enabled Kubernetes clusters. In part 2, we deployed an App Service Kubernetes Environment into our Azure Arc enabled Kubernetes cluster. As you'll likely be aware, both Azure Functions (this blog post) and Azure Logic Apps (the next blog post) can run on Azure App Service. The same is true of an App Service Kubernetes Environment, we can run App Services, Logic Apps and Azure Functions.

Using Azure Arc for Apps - Part 2 - Deploying App Services to Kubernetes

2021-06-01 · 31 min

In part 1 of this Using Azure Arc for Apps series, we explored Azure Arc and Azure Arc enabled Kubernetes clusters. In this post, we'll be exploring App Services on Azure Arc. More specifically, these application services run on an Azure Arc enabled Kubernetes cluster, which is a pre-requisite for us to progress. At time of writing, this approach is in public preview, so we may see certain limitations / features that are not yet available.

Using Azure Arc for Apps - Part 1 - Setting up an Azure Arc enabled Kubernetes Cluster

2021-06-01 · 15 min

At Microsoft //Build 2021, Microsoft announced a series of updates relating to Cloud Native Applications anywhere. In summary, those updates refer to running Azure Services (such as App Services, Logic Apps, Azure Functions, Event Grid and API Management) in any Kubernetes cluster which is managed by Azure Arc. That means you could have Azure App Services running in Amazon Web Services (AWS), Google Cloud Platform (GCP), or in your on-premises Kubernetes deployment. This is a significant update, so I've decided that I'll be writing a series of blog posts on the topic - as one post would not do the topic justice!

V021 - Weekly Technology Vlog #21

V021 - Weekly Technology Vlog #21

2021-05-23

Weekly Vlog #21 builds anticipation for Microsoft Build, previewing Chris's upcoming presentation on friction-free developer workflows using GitHub Codespaces, GitHub Actions, and Azure Static Web Apps. Azure highlights include the Key Vault SLA raised to 99.99%, a preview of native Elastic integration, and Azure reaching its 100th compliance offering. Chris also recaps a hands-on Application Insights deep dive with Isaac Levin and covers a Helm explainer from the Azure DevOps blog alongside a Kubernetes Open Hack coaching week.

35 - A discussion on Azure Spring Cloud

35 - A discussion on Azure Spring Cloud

2021-04-23

Spring, Spring Boot, and Azure Spring Cloud demystified. Chris is joined by Gitte Vermeiren (Microsoft FastTrack Engineer) to explore what Spring and Spring Boot offer Java developers, how Azure Spring Cloud provides a fully managed platform for running microservice workloads without managing underlying infrastructure, and how it compares to Azure App Service and AKS. Whether you're a Java developer evaluating Azure or a .NET developer curious about the Java ecosystem, this episode bridges the gap with clear analogies and live demos.

34 - The Bulkhead Pattern (Isolate your components to prevent failures)

34 - The Bulkhead Pattern (Isolate your components to prevent failures)

2021-04-09

The Bulkhead pattern takes its name from the watertight compartments in a ship's hull. Just as those compartments prevent a single breach from sinking the whole vessel, the Bulkhead pattern isolates components of a cloud application so that failures or resource exhaustion in one service cannot cascade to others. This episode covers partitioning strategies, connection pools, Kubernetes resource limits, and multi-tenancy considerations.