intro-to-justfile


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.
Photo by Markus Winkler on Unsplash
Using runbooks can streamline and improve working with Kubernetes by automating repeatable tasks. Bonus point, we can do this using only open source tools.
This article is will be helpful to anyone interested in modern complex software development.