Category: Azure

Azure Platform

Private Kubernetes cluster in AKS with Azure Private Link

Posted on 5 min read

Today, we’ll take a look at a new feature in AKS called Azure Private Link, which allows you to connect to AKS securely and privately over the Microsoft Azure backbone network. In the past, connecting to AKS from an on-premises network or other virtual network required using a public IP address, which posed potential security… Continue reading

Difference between workload managed identity, Pod Managed Identity and AKS Managed Identity

Posted on 3 min read

Azure Kubernetes Service(AKS) offers several options for managing identities within Kubernetes clusters, including AKS Managed Identity, Pod Managed Identity, and Workload Managed Identity. Here’s a comparison of these three options: Key Features AKS Managed Identity Pod Managed Identity Workload Managed Identity Overview A built-in feature of AKS that allows you to assign an Azure AD… Continue reading

How is AKS workload identity different from AKS pod managed identity?

Posted on 2 min read

AKS workload identity and AKS pod managed identity both provide a way to manage access to Azure resources from within a Kubernetes cluster. However, there are some key differences between the two features. Scope AKS pod managed identity provides a managed identity for each individual pod within a Kubernetes cluster. This allows you to grant… Continue reading

What is different between Pod managed identity and AKS managed identity

Posted on 3 min read

Both Pod Managed Identity and AKS Managed Identity are identity management solutions provided by Azure, but they have some key differences. Pod Managed Identity Pod Managed Identity is an Azure feature that provides an identity for a single Kubernetes pod. It allows the pod to access Azure resources without the need for credentials such as… Continue reading

AKS pod managed identity

Posted on 6 min read

Kubernetes has become one of the most popular container orchestration tools, and Azure Kubernetes Service (AKS) is a managed Kubernetes service provided by Microsoft Azure. With the increasing use of Kubernetes and AKS, there is a growing need to improve the security and management of access to cloud resources. AKS pod managed identity is a… Continue reading

AKS Workload Identity

Posted on 5 min read

AKS workload identity is a feature of Azure Kubernetes Service (AKS) that enables you to use Azure Active Directory (AAD) to manage access to Azure resources from within a Kubernetes cluster. In this blog post, we’ll explore how AKS workload identity works and how to use it with an example code. How does AKS workload… Continue reading

Azure Kubernetes Service (AKS) – Managed Identity

Posted on 4 min read

Azure Kubernetes Service (AKS) is a fully managed Kubernetes container orchestration service provided by Microsoft Azure. It allows users to quickly and easily deploy, manage, and scale containerized applications on Azure. AKS has been a popular choice among developers and DevOps teams for its ease of use and its ability to integrate with other Azure… Continue reading

Diving Deeper into Docker: Exploring Dockerfiles, Commands, and OCI Specifications

Posted on 3 min read

Docker is a popular platform for developing, packaging, and deploying applications. In the previous blog, we provided an introduction to Docker and containers, including their benefits and architecture. In this article, we’ll dive deeper into Docker, exploring Dockerfiles, Docker commands, and OCI specifications. Dockerfiles Dockerfiles are text files that contain instructions for building Docker images.… Continue reading

Introduction to Docker and Containers: A Beginner’s Guide

Posted on 3 min read

Containers are a popular technology for developing and deploying applications. They provide an isolated runtime environment that runs an application and its dependencies, making it easier to package, deploy, and manage the application. Docker is a platform for managing containers that has become very popular in recent years. In this article, we’ll provide an introduction… Continue reading

DecSecOps: Integrating Security into DevOps – Part 9 – The Final – Application Security and Immutable Infrastructure for DevSecOps

Posted on 5 min read

This is a final series to conclude and summarize the key topics covered in previous 8 blogs: DevSecOps is an approach to software development that emphasizes integrating security into every stage of the software development lifecycle. Application security and immutable infrastructure are two key practices that can help organizations achieve this goal. Application Security Application… Continue reading

Showing 11-20 of 104 posts
per page