Hi, I'm Nicholas 👋

I'm a Senior Platform Engineer

Buy Me A Coffee

Install and Connect AKS Cluster to Headlamp

Introduction If you’re using Azure Kubernetes Service (AKS) to manage your Kubernetes clusters, you may find it useful to connect to Headlamp, a powerful Kubernetes dashboard. Headlamp provides a user-friendly interface for viewing and managing your Kubernetes resources, making it easier to monitor and troubleshoot your applications. In this article, we’ll show you how to connect install headlamp and connect AKS cluster to it. We’ll also show you how to use Headlamp to view and manage your Kubernetes resources.

Automating start/stop AKS cluster using Azure Automation account

Introduction Azure Automation account is a cloud-based automation and configuration management service that provides a way to automate the creation, deployment, monitoring, and maintenance of resources in your Azure environment. In this blog post, we’ll use Azure Automation account to automate starting and stopping an AKS cluster. Step 1: Create an Azure Automation Account The first step is to create an Azure Automation account. If you don’t already have an Azure account, you can sign up for a free account at https://azure.

How to fix cert-manager no matches for kind "Certificate issue

I encountered an issue when trying to install cert-manager on my Kubernetes cluster. Cert Manager is a Kubernetes add-on to automate the management and issuance of TLS certificates from various issuing sources. It will ensure certificates are valid and up to date periodically and attempt to renew certificates at an appropriate time before expiry. I was following the official documentation from cert-manager.io, and I was getting the following error: Issue from yesterday: