Search

Tag: aks

View:
Florent Appointaire
  • Florent Appointaire
  • August 9, 2023

Start with AKS and Azure CNI Overlay

Originally, the users of Azure Kubernetes Service (AKS) had to choose between only two types of network plugins, namely Azure or Kubenet. Now, Microsoft has released an alternative that can do all the same things and more!
Read more
Brandon Lee
  • Brandon Lee
  • March 21, 2023

Microsoft introduces Kata VM Isolated Containers on AKS for Pod Sandboxing

As organizations switch to containerized applications, attackers target such business-critical software more. Containers lack the isolation of virtual machines, creating a serious security risk. Microsoft released a new feature based on Kata project to effectively remedy that, thereby greatly boosting container cybersecurity.
Read more
Brandon Lee
  • Brandon Lee
  • December 13, 2022

Azure Kubernetes Fleet Manager

Azure Kubernetes Services (AKS) being a software as a service (SaaS) leads to organizations having multiple AKS clusters. Managing these diverse and multiple containerized environments is tricky and inefficient at this point in the game. Having a new management solution from Microsoft will surely help the process.
Read more
Nicolas Prigent
  • Nicolas Prigent
  • July 5, 2022

Serverless platform with Azure Container Apps

Azure Kubernetes Service (AKS) is constantly expanding. It might seem overwhelming to a beginner or redundant to a pro, but Azure Container Apps, actually, introduces simplicity. If you want to test out applications or are not skilled in AKS, the new service allows you to deploy containerized apps without complex infrastructure.
Read more
Florent Appointaire
  • Florent Appointaire
  • June 16, 2022

[Azure] Upgrade an Azure Data Disk Used in AKS

Upgrading is necessary for smooth virtualization workload, as well as it is to compliance. However scrupulous and automated things may be, it can still happen that certain Azure disks in your Azure Kubernetes Service (AKS) can be full, so the upgrade won’t be possible without some tweaking. Luckily, there’s a way to deal with that.
Read more
Brandon Lee
  • Brandon Lee
  • January 25, 2022

Kubernetes persistent vs ephemeral storage volumes and their uses

Businesses continue on their journey of moving from monolithic applications to cloud-native micro-services. Kubernetes becomes more common, allowing you to orchestrate and manage containers in an intelligent, easily scalable, and highly available manner. But how does storage work exactly when it comes to containers?
Read more
Florent Appointaire
  • Florent Appointaire
  • January 19, 2022

Get Azure Key vault values from AKS

Keeping a secret is hard not only for humans but for computer systems, too. When it comes to security, keys, and secrets, there’s a myriad of threats that can target them. Microsoft has recently released a feature that allows getting secrets from Azure Kubernetes Service (AKS) into an Azure Key Vault by simply using a driver.
Read more
Florent Appointaire
  • Florent Appointaire
  • December 9, 2021

Deploy your AKS application with GitOps and Flux

Previously, we discussed how to integrate Azure Kubernetes Service (AKS) clusters into Azure Arc. Having done that, the GitOps extension is already available there along with Flux. GitOps allows you to deploy Git apps from Git repositories to your AKS, and Flux is a toolkit for keeping AKS clusters in sync. They make a very useful combo.
Read more
Florent Appointaire
  • Florent Appointaire
  • November 25, 2021

Enable Azure Arc for AKS

Azure Arc is a multi-dimensional management software that allows operating resources across multiple clouds, services, and environments. This year, Microsoft added the possibility to integrate Azure Kubernetes Services (AKS) into Azure Arc. This also means that GitOps gets integrated, too, which makes managing, syncing, and running everything that much easier.
Read more