Migrating your JBOSS EAP apps to Azure App Service
Migrating web apps to App Service typically follows a 4-step process: Discover Assess Upgrade Migrate We'll take a look at each of these for a JBOSS EAP application, the cool…
13/02/2024
Introduction At last year’s KubeCon North America, Microsoft announced the adoption of Karpenter in Azure Kubernetes Service (AKS) as an alternative to the Cluster Autoscaler (CA), referred to as Node Autoprovisioning (NAP). While Cluster Autoscaler has been the default node scaler in AKS/Kubernetes, there have been significant challenges that led…