Skip to content

Instantly share code, notes, and snippets.

View p-o-d's full-sized avatar
👽

Andrii Ivanenko p-o-d

👽
  • Kiev, Ukraine
View GitHub Profile
@p-o-d
p-o-d / homelab-gitops-guide.md
Created September 26, 2025 12:05
Homelab cluster setup

Homelab GitOps Guide with k3s, Argo CD, Helm, and GitHub Actions

This guide documents the full setup of a small GitOps-enabled homelab environment using k3s (Kubernetes), Argo CD, Helm charts, and GitHub Actions.
It is based on a single-node setup but can be extended later.


1. Base Infrastructure

1.1 Environment

@p-o-d
p-o-d / pacman.md
Created September 20, 2025 23:36 — forked from kapillamba4/pacman.md
ArchLinux Pacman Cheatsheet

Update package list

sudo pacman -Syy

Update and upgrade all

sudo pacman -Syu

Install specific package

sudo pacman -S pkgname

Find available packages