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

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.

Florent Appointaire

Improve Your Pods Communication with Network Policies on AKS

Normally, the pods within your Azure Kubernetes Service (AKS) communicate freely. Such a situation can compromise your security if met with a certain threat. To avoid that, you can use Azure or Calico Network Policies to restrict communication and allow only a set configuration for communication between your pods to avoid unnecessary cyber threats.

Florent Appointaire

Keep your AKS updated with KureD

One vital element of cybersecurity is keeping all your IT resources up-to-date. In your Azure Kubernetes Service (AKS), for instance, Microsoft patches your nodes at night. Sometimes, you may not even know it. Sometimes, for the patch to activate, you need to reboot the node. But checking everything manually each time a patch comes out is a hassle.

Florent Appointaire

Cleaning Your Azure Subscription Policies

For a number of reasons, you may want to wipe your Azure subscription clean of all the policies you have. Whether it’s because you’re testing and demo-ing something often, or because the subscription is too old and your working algorithms need resetting. Although it sounds like a hassle, you only need to enter two commands.

Florent Appointaire

Receive AKS and Azure updates on your mailbox

It’s time-consuming and, frankly, annoying to browse through various news feeds to be fully hands-on on all the changes and releases. Microsoft knows it, too, so it integrated a feature into Logic Apps Designer that informs you of the updates to where you need them. Choose a period, RSS feed items, mailbox, teams, or twitter, and you’re all set!

Florent Appointaire

Manual Failover of Azure Storage Account

For whatever reason, you may want to switch your storage account from your primary region to the secondary one. In Azure Geo-Redundant Storage (GRS), there’s a feature that allows you to perform that action manually. There’s nothing overly complicated to it. The manual failover will take just a few minutes to conclude.

Florent Appointaire

Remove a Kubernetes namespace blocked with Terminating status

Let’s talk about an issue of having your Kubernetes namespace blocked with terminating status. The problem may arise during an attempt to remove a namespace in Kubernetes. To terminate a namespace properly and avoid this scenario, a certain command in a more updated version of kubectl should be used.