콘텐츠로 바로가기
About recordProjects

Identity surface

Projects

Identity1 min read1 words

Curated technical projects with implementation highlights.

Portfolio

Projects

Review shipped work, implementation notes, and external deliverables.

3

Project 1 thumbnail
Platform

Project 1

This repository manages various open-source services required for home server operations by containerizing them. It is designed to allow anyone from beginners to experts to easily build a personal cloud environment, featuring volume mount settings for data persistence, network isolation for inter-service communication, and security management via environment variables.

LinuxDockerDocker ComposeGitHub ActionsShell ScriptsBridge NetworkReverse Proxy
Project 2 thumbnail
Kubernetes

Project 2

This repository contains declarative configurations for running various microservices required for home server operations within a Kubernetes environment. It features systematic service isolation by Namespace, data management via Persistent Volumes (PV), and Ingress setups for external access, designed to apply modern infrastructure operation methodologies to a home server context.

KubernetesArgoCDHelmIngress Controller (Nginx/Traefik),MetalLBPrometheusGrafana
Project 3 thumbnail
ProjectTemplate

Project 3

This repository is a Blueprint designed to maximize project productivity. It includes a standardized directory structure, configuration files for maintaining Code Conventions, and automated workflows. This allows developers to reduce time spent on infrastructure setup and focus on implementing core Business Logic.

Modular ArchitectureESLintPrettierGitHub Actions