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
Kubernetes Event-Driven Autoscaler (KEDA) is an open-source, lightweight component that allows users to autoscale container workloads on events in external scalers. KEDA extends the functionality of the native Kubernetes Horizontal Pod Autoscaler (HPA) with a wide variety of scalers and scale-to-zero capabilities, thus allowing user applications to meet demand in…