3d-print c# c++ chat cloud game golang gui java javascript k8s lib mod other php proxy rendering

Raz-Stack
Thumbnail of Raz-Stack

Source code:
github.com/razzie/raz-stack

Year: 2022 - 2024

Tags: cloud k8s

A simple Kubernetes stack that hosted many of my own projects plus an email service (Dovecot + Postfix) and Nextcloud. The goal of this project was simplified deployment and cost saving, without horizontal autoscaling, though I picked K8s to be able to scale in the future. Many of the hosted webapps used a shared Redis (Kvrocks) instance with separate namespaces, thanks to k8s-db-operator. Deployment was done via Helmfile and Helm under the hood, but it was managed by a Makefile to make things even simpler.

k8s-db-operator
Thumbnail of k8s-db-operator

Source code:
github.com/razzie/k8s-db-operator

Year: 2022 - 2023

Tags: cloud golang k8s