Search

Latest articles

View:
Florent Appointaire
Florent Appointaire
Cloud and Virtualization Architect. Florent is specializing in public, hybrid, and private cloud technologies. He is a Microsoft MVP in Cloud and Datacenter Management and an MCSE in Private Cloud.
Florent Appointaire

WAF Policy for App Gateway and AKS

Web Application Firewall (WAF) is yet another crucial step in modern cybersecurity. It is especially relevant if you’re using Azure Application Gateway or Azure Kubernetes Services (AKS). Azure WAF Policy will help you customize and manage rules and policies for the entire Application Gateway, a certain listener, or a specific route path.

Florent Appointaire

SQL Tools on a pod on AKS to manage your Azure SQL databases

Azure Kubernetes Service (AKS) is incredibly multifaceted. For example, you can test the connectivity of an SQL server that’s using a private endpoint connection to your AKS cluster using a pod. You can even manage SQL databases without deploying a VM or installing SQL Server Management Studio or other software.

Florent Appointaire

Kubectl with Azure CLI

Microsoft has recently added a new feature, which is the possibility to issue Kubernetes command-line interface (CLI) commands directly from Azure CLI. This is a serious step forward in the direction of further simplification of Azure workload and routine, which can be appreciated by Azure Kubernetes Services (AKS).

Florent Appointaire

Planned maintenance and auto-upgrade for AKS

Microsoft has recently added two new features to help with your daily Azure Kubernetes Service (AKS) work. The first feature allows you to schedule maintenance windows every week to minimize workload impact. The second one offers different auto-upgrade variations where you can tweak what’ll happen to your existing version, when, and how.

Florent Appointaire

Prioritize your high critical applications in AKS

You may be needing to make a certificate authority rotation or experiencing a crash. In Azure Kubernetes Service (AKS), all pods are assigned the same priority, except the default pods that are created along with AKS. This means all pods will restart randomly. By assigning priority, you can secure that all systems function properly after reboot.

Florent Appointaire

Migrate your applications to AKS with Azure Migrate

Azure Migrate has recently seen an update to its features. It can now help you move your ASP.NET and Java applications to an Azure Kubernetes Service (AKS) container. Usually, such apps would be hosted on Tomcat/IIS. It would be quite a chore to move them to Kubernetes. However, said new capability makes the process much more streamlined.

Florent Appointaire

Migrate from one region to another with Azure Resource Mover

Azure Resource Mover is a feature that helps to move your Azure resources from one Azure region to another with ease. The feature also notifies you about relevant dependencies to help prepare your target and source region for proper functionality after moving. This removes the need to exercise the procedure using various windows and services. Everything is done in one place.

Florent Appointaire

Azure Automanage for your virtual machines

Operating VMs can be overwhelming when you’re overseeing an enterprise-class IT environment. Azure Automanage is a new feature that applies Azure best practices configurations to a VM based on its services. Once the VM is onboard, the feature applies the most appropriate configs to it, monitors it for drift, and auto-corrects it in case of deviation.

Florent Appointaire

Discover Kubernetes Resource View

Azure Kubernetes Service (AKS) recently introduced the ability to view the state of your AKS resources from a GUI. Azure Portal now enables you to view in-depth details of your workloads in real-time. You can view the workload of your deployments, pods, and replica sets, and various other capabilities without digging in the cmdline.

Florent Appointaire

Certificate rotation for your AKS cluster to improve the security

The issue with, for example, employees leaving your company is that they can take the Kube file with them. With that file, they can access your Azure Kubernetes Service (AKS). One way to avoid that is to remove the opportunity of access entirely by renewing certificate authority for the designated AKS cluster.