Tales and stories about Cloud-Native computing, Serverless, Containers, Azure and Kubernetes
Se how to dive into shift-left security by creating a Software Bill of Materials (SBOM) straight from Docker CLI and integrate with vulnerability scanners
Learn how to deploy your code to Azure Container Apps using the new "az containerapp up" command.
Learn how to lint your Docker images with Dockle to secure and harden your Docker images and adopt best practices for building Docker images
See how to check if your application runs inside of a Docker container or not. This post shows how to do it with no 3rd party deps. Samples in Go and Rust
This tutorial guides you through the process of using user-assigned managed identities (MSI) with Azure Container Apps (ACA).
Use the PLG (Promtail, Loki, Grafana) log stack to discover, transform, index, query visualize logs from distributed applications in Kubernetes with ease
Learn how to build custom CLIs in Go with Cobra. Dive into the - perhaps - most popular Go-module when it comes to build CLIs. Craft your first CLI now.
In this article you'll see how to configure custom health probes for your containers running in Azure Container Apps (ACA). Learn how to configure startup, readiness and liveness probes.
This walk-through demonstrates how to run a custom Helm repository on Azure Container Apps leveraging ChartMuseum with an Azure Storage Account.
Take your Azure CLI skills to the next level and learn what you can achieve using the JMESPath query syntax
Learn how to customize health probes in Azure Application Gateway when using Application Gateway Ingress Controller (AGIC).
Do you want to expose gRPC services in the public cloud using Azure? With Azure Container Apps you can host public facing gRPC APIs in no time.
In this post, you will learn how to build a serverless automation for Azure using latest Azure SDK for Go and Azure Functions
Read how to manage geo-replications in Azure Container Registry (ACR) with Azure CLI.
This article demonstrates how to build a serverless image tagging solution using Azure Computer Vision and Azure Functions.
Azure Container Apps can do traffic split to route requests between multiple active revisions. This article guides you through configuring traffic split in Azure Container Apps.
This post guides you through deploying Azure Container Apps with all its downstream dependencies using Bicep
What is Azure Container Apps? How is it different from AKS? An introduction to Azure Container Apps. Microsoft's serverless runtime for containerized workloads.
Read how to leverage Azure Container Registry (ACR), to distribute WebAssembly (Wasm) modules as OCI artifacts.
Do you want to run WebAssembly (Wasm) workloads directly in Azure Kubernetes Service (AKS)? This post explains how to add krustlet node pools to your AKS cluster.
Learn how to make your filesystems in containers read-only to minimize the attack surface and create controlled exceptions using tmpfs and ephemeral volumes.
Learn the basics of StructOpt and build tailored Command Line Interfaces (CLIs) in Rust.
Learn how to interact with HTTP APIs in Rust using the reqwest crate. Starting with simple HTTP requests over serialization, proxies and custom headers
See how to deploy and configure External-DNS to Azure Kubernetes Service (AKS) to get your Azure DNS managed automatically.
Shadowing and temporary mutability are small language fundamentals that make your code more robust and correct. They also make learning Rust fun.