The Whats New page covers new developments to the GDK.
Showing posts with label microservices. Show all posts
Showing posts with label microservices. Show all posts
Tuesday, 10 February 2026
Quick Guide to the GDK
The GDK, or Game Development Kit, enables developers to develop games on Xbox and Windows.
Wednesday, 5 November 2025
Azure Kubernetes Service - Rationale for Using AKS for .NET Applications
Why use the Azure Kubernetes Service (AKS) for your .NET applications (rather than just deploy them to virtual machines)?
First, there are scalability benefits - these are ideal for microservices.
Kubernetes has "canned processes" for scaling.
Kubernetes has what's called Horizontal Pod autoscaling - which means when load increases, the system deploys more pods. It doesn't change the dynamics of the pods themselves i.e. doesn't allocate more memory or CPU to them, it just makes more pods.
Thursday, 24 June 2021
Subscribe to:
Posts (Atom)