Blogs
Capsule: How to Use It and First Steps to Set It Up on an AKS Cluster π
Tuesday, September 24, 2024 in Blogs
Capsule is an awesome, open-source solution that helps you manage multiple tenants in Kubernetes clusters, making it super easy to handle multi-tenancy. Whether youβre running Kubernetes for a big company or providing services for others, Capsule β¦
Understanding AKS NAP: Azure Kubernetes Service Node Auto-Provisioning (Powered by Karpenter) π
Friday, September 20, 2024 in Blogs
As more organizations embrace cloud-native technologies like Kubernetes, keeping your infrastructure lean and scalable is key to success. Thankfully, Azure Kubernetes Service (AKS) offers a powerful featureβNode Auto-Provisioning (NAP). NAP is β¦
Admission Controllers in Kubernetes: OPA GateKeeper, Kyverno, and Azure Policy Add-on for AKSβWhich One Wins? π
Tuesday, September 17, 2024 in Blogs
When managing a Kubernetes cluster, controlling what gets deployed and ensuring resources comply with security, governance, and operational policies is essential. Admission controllers act as “gatekeepers” for your cluster, ensuring only β¦
Upgrading AKS: In-Place, Blue-Green, and Canary Upgrades Explained π
Sunday, September 15, 2024 in Blogs
Keeping your Azure Kubernetes Service (AKS) cluster up to date is crucial for security, performance, and accessing new features. AKS offers different strategies for upgrading, and in this guide, weβll walk through the main methods: In-place upgrades, β¦
Monitor and Optimize Multi-Cluster AKS Costs π°
Thursday, September 12, 2024 in Blogs
As businesses scale their Kubernetes workloads across multiple Azure Kubernetes Service (AKS) clusters, managing and optimizing cloud costs becomes critical. Deploying and managing observability tools such as KubeCost and OpenTelemetry (OTel) across β¦
π Enhancing Container Security: The Complete Guide to Secure and Clean Kubernetes Clusters π‘οΈπ§Ό
Wednesday, September 11, 2024 in Blogs
As Kubernetes continues to grow in popularity, ensuring the security and cleanliness of your container images is crucial. In this guide, weβll cover two key strategies: image signing using Notary ποΈ and the AKS Image Cleaner (Eraser) add-on π§Ό. β¦
Karmada: Deep Dive into Managing Multiple AKS Clusters π
Monday, September 09, 2024 in Blogs
In todayβs cloud-driven world, Kubernetes has become the go-to platform for running containerized applications. If you’re using Microsoft Azure Kubernetes Service (AKS), you know how powerful it can be. But what if youβre managing not just one, β¦
Understanding eBPF and Its Application in Modern Cloud Environments π
Sunday, September 08, 2024 in Blogs
What is eBPF? π€ eBPF (Extended Berkeley Packet Filter) is like magic for the Linux kernel! πͺ It lets developers run custom code directly within the kernel, safely and efficiently, without needing to modify the kernel’s source code or load new β¦
π Securing Kubernetes Secrets in AKS: Using Azure Key Vault with Managed and User Assigned Identities π
Wednesday, September 04, 2024 in Blogs
Hello Kubernetes enthusiast! π Letβs dive into a critical aspect of securing your applications running in Azure Kubernetes Service (AKS): managing secrets. While Kubernetes Secrets provide a way to manage sensitive information like passwords and API β¦
π Automating Image Vulnerability Patching in Kubernetes with Trivy Operator, Copacetic, and GitHub Actions
Tuesday, September 03, 2024 in Blogs
π Automating Image Vulnerability Patching in Kubernetes with Trivy Operator, Copacetic, and GitHub Actions 1. Installing and Using Copacetic (Copa) CLI Copacetic is a CLI tool (copa) designed to help automate the patching of vulnerabilities in your β¦