brand image

Gaurav Gahlot

Cloud Native, Community & Beyond

  • Blog
  • Talks
  • About

powered by Hugo | themed with poison
© 2026 . All rights reserved.

Installing Arch Linux with Disk Encryption and systemd-boot (from scratch)

November 16, 2025 - 10 mins read
  • Linux
  • Dev
  • Setup

Series: General

Installing Arch Linux from scratch can be an intimidating experience. This blogpost aims to help you with the exact steps to install Arch and also encrypt the disk with LUKS.

Read More…

Developing Akri on macOS with Raspberry Pi and Mutagen

May 11, 2025 - 5 mins read
  • CNCF
  • Kubernetes

Series: CNCF Akri

Akri, a CNCF sandbox project, makes it easier to expose edge devices to Kubernetes clusters. However, if you’re developing Akri on macOS, you’ll quickly hit a roadblock: Akri does not build on macOS (to the date of writing this blog) due to its Linux-only dependencies.

Read More…

A Comprehensive Guide to Kubeconfig Files in Kubernetes

February 16, 2025 - 5 mins read
  • CNCF
  • Kubernetes

Series: CNCF Kubernetes

In the Kubernetes ecosystem, kubectl is the primary command-line interface tool for interacting with clusters. But behind every successful kubectl get pods or kubectl apply command lies a crucial configuration file — the kubeconfig file.

Read More…

Argoflows – Publishing v0.1.0 to crates.io

January 18, 2025 - 1 min read
  • CNCF
  • Live Coding
  • Rust

Series: CNCF Argo

We have reached an exciting milestone in the development of Argoflows, a Rust library designed to integrate and manage Argo Workflows—a leading project in the Cloud Native Computing Foundation (CNCF) ecosystem—directly from Rust applications.

Read More…

Argoflows – Writing the Config Builder

January 13, 2025 - 1 min read
  • CNCF
  • Live Coding
  • Rust

Series: CNCF Argo

In this video, we continue the development of Argoflows, a Rust library designed to integrate and manage Argo Workflows—a leading project in the Cloud Native Computing Foundation (CNCF) ecosystem—directly from Rust applications.

Read More…

Argoflows – Implementing the Info API 'get_version' Endpoint

January 10, 2025 - 1 min read
  • CNCF
  • Live Coding
  • Rust

Series: CNCF Argo

In this video, we continue the development of Argoflows, a Rust library designed to integrate and manage Argo Workflows—a leading project in the Cloud Native Computing Foundation (CNCF) ecosystem—directly from Rust applications.

Read More…

Argoflows – Defining Modules, Types, and Errors

January 8, 2025 - 1 min read
  • CNCF
  • Live Coding
  • Rust

Series: CNCF Argo

In this video, we kick off the development of Argoflows, a Rust library designed to integrate and manage Argo Workflows—a leading project in the Cloud Native Computing Foundation (CNCF) ecosystem—directly from Rust applications.

Read More…

Rust Hours – Building 'wc' tool from scratch (Part 2)

January 3, 2025 - 1 min read
  • Rust
  • Live Coding

Series: Rust

In this video, we continue building our own wc tool in Rust. We are using the wc command as a reference. The wc command is a Unix utility that counts the number of lines, words, and characters in a file. The name wc stands for “word count”.

Read More…

Argoflows – Motivation, Goal, and Project Setup

January 1, 2025 - 1 min read
  • CNCF
  • Live Coding
  • Rust

Series: CNCF Argo

In this video, we introduce Argoflows, a Rust library designed to seamlessly integrate and manage Argo Workflows—a popular CNCF project—directly from your Rust applications. We delve into the motivation behind Argoflows, its development goals, and how it fits into the broader Cloud Native ecosystem.

Read More…

Rust Hours – Building 'wc' tool from scratch (Part 1)

December 31, 2024 - 1 min read
  • Rust
  • Live Coding

Series: Rust

The video is meant for beginners, who are just getting started with the Rust programming language. In case you are new to the language, I would recommend you checkout the previous video.

In this video, we try to build our own wc tool following the steps laid out in the John Crickett’s coding challenge - https://codingchallenges.fyi/challenges/challenge-wc/.

Read More…

1 2 3 4 5 Next »