Category: Cloud Native Security
-
AKS | Bring your own Container Network Interface (CNI)
Read more: AKS | Bring your own Container Network Interface (CNI)Hi! This article shows how to deploy an AKS cluster with no CNI plugin pre-installed, which allows for installation of any third-party CNI plugin that works in Azure. # Install…
-
AKS | Node Pool Snapshot
Read more: AKS | Node Pool SnapshotHi! In this article, we will see a new feature of AKS : Node Pool Snapshot. AKS releases a new node image weekly and every new cluster, new node pool,…
-
Microsoft Defender for Containers plan released for general availability (GA)
Read more: Microsoft Defender for Containers plan released for general availability (GA)Hi! With the release of Microsoft Defender for Containers, Microsoft merged two existing Defender plans: Defender for Kubernetes Defender for container registries The new plan: Combines the features of the two…
-
New alerts for Microsoft Defender for Kubernetes
Read more: New alerts for Microsoft Defender for KubernetesHi! To expand the threat protections provided by Microsoft Defender for Kubernetes, we’ve added two preview alerts. Alert (alert type) Description MITRE tactic Severity Anomalous pod deployment (Preview)(K8S_AnomalousPodDeployment) Kubernetes audit…
-
AKS | Open Service Mesh add-on for AKS
Read more: AKS | Open Service Mesh add-on for AKSHi! During Microsoft Ignite 2021, Microsoft released in general availability the open service mesh add-on for AKS. Open Service Mesh (OSM) runs an Envoy-based control plane on Kubernetes, can be…
-
AKS | Scale-down Mode to delete/deallocate nodes in Azure Kubernetes Service (AKS)
Read more: AKS | Scale-down Mode to delete/deallocate nodes in Azure Kubernetes Service (AKS)Hi! By default, scale-up operations performed manually or by the cluster autoscaler require the allocation and provisioning of new nodes, and scale-down operations delete nodes. Scale-down Mode allows you to…