kubernetes-development-mirrord
title: "Why Fast Feedback Loops Matter When Working with Kubernetes"
date: 2024-06-19
tags: ['Kubernetes', 'mirrord']

title: "Why Fast Feedback Loops Matter When Working with Kubernetes"
date: 2024-06-19
tags: ['Kubernetes', 'mirrord']

mirrordtitle: "Why is Building Pipelines Different from Software Development?"
date: 2024-06-14
tags: ['cicd', 'pipelines']

title: "How to Build Cloud Native Platforms with Kubernetes" date: 2024-06-12 tags: ['cloud-native', 'kubernetes', 'platrform-engineering']


title: "How to Simplify Kubernetes Deployments with Kluctl: A Beginner's Guide"
date: 2024-05-30
slug: "intro-to-kluctl"
tags: ["kubernetes", "devops"]

title: "Build Your Own Kubernetes Co-Pilot: Harness AI for Reliable Cluster Management" date: 2024-04-14 slug: "build-your-own-kubernetes-co-pilot" tags: ["ai", "development", "reliability"]

title: "Crossplane resources in Neovim" date: 2024-03-31 tags: ["crossplane", "neovim"]
In the realm of text editors, Neovim stands out for its extensibility, especially for developers working with Kubernetes. The telescope-crossplane.nvim extension bridges the gap between Neovim's editing capabilities and Kubernetes resource management. This tutorial outlines the prerequisites, installation, and setup processes for integrating telescope-crossplane.nvim into Neovim, providing an efficient way to manage Kubernetes resources.
title: "Development with AI: the GAG Stack" date: 2024-03-29 tags: ["ai", "development", "tools"]

Photo by Mia Golic on Unsplash
This article will be helpful for anyone interested in setting up a local Kubernetes dev/test environment in a reproducible and easy way. Source code for this blog is available in this companion repository.