Category: Cloud Native Security
-
AKS | Pod Sandboxing
Read more: AKS | Pod SandboxingHi! In a traditional Kubernetes cluster, pods share the same node and therefore have the same level of access to the host system. This can lead to potential security risks,…
-
AKS | Pricing Tiers
Read more: AKS | Pricing TiersHi! Azure Kubernetes Service (AKS) is now offering two pricing tiers for cluster management: the Free tier and the Standard tier. Free tier Standard tier When to use • You want to experiment…
-
AKS | Mariner Container Optimized OS on AKS
Read more: AKS | Mariner Container Optimized OS on AKSHi! Mariner is an open-source Linux distribution created by Microsoft and is now available for preview as a container host on Azure Kubernetes Service (AKS). Optimized for AKS, the Mariner…
-
AKS | Suppress alerts based on Container and Kubernetes entities
Read more: AKS | Suppress alerts based on Container and Kubernetes entitiesHi! You can now suppress alerts based on these Kubernetes entities so you can use the container environment details to align your alerts your organization’s policy and stop receiving unwanted…
-
AKS | Image Cleaner
Read more: AKS | Image CleanerHi! In this article, I will show you how you can clean unreferenced images stored at the nodes level. When done manually, this process can be time intensive, which ImageCleaner…
-
AKS | Start and Stop Node Pool
Read more: AKS | Start and Stop Node PoolHi! Your AKS workloads may not need to run continuously, for example a development cluster that has node pools running specific workloads. To optimize your costs, you can completely turn…