Skip to content
View byeongkicho's full-sized avatar

Block or report byeongkicho

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
byeongkicho/README.md

Hi, I'm Ki 👋

Infrastructure Engineer · growing into SRE / DevOps, with an AIOps edge · Seoul, Korea

A social-work → infrastructure career switch. Everything below I've built or operated hands-on — and where something is only code, or only installed, I say so.

An infra engineer who actually runs agentic AI in his daily workflow — not just reads about it.(Claude Certified Architect – Foundations)


🛠 What I do

  • 🔧 Hands-on infra & systems ops — HPE/Dell servers, Cisco networking, M365 — for global enterprise clients via a global IT delivery chain. Now automating the repeatable parts.
  • ☁️ Cloud / Platform — AWS + EKS provisioned and operated as Terraform code, with remote state and OIDC-authenticated CI (see ⭐ below)
  • 📊 Observability — a custom exporter feeding Grafana Cloud dashboards, alerts, and an SLO with an error budget — all managed as code, on a site I actually run
  • 🧪 Production automation with DevOps principles — idempotent reconciliation, backoff+jitter retry honoring 429/503, audit logging
  • 🤖 Infra × AI — multi-agent (Claude Code) pipelines I run day to day
  • 🎓 Social work → IT — I bring an ops-and-people lens to incidents and handoffs, and I learn in public

⭐ Featured — smallbiz-cloud-platform

An AWS EKS platform defined as Terraform code — VPC / EKS / managed node group / IRSA / RDS — provisioned on my own account, operated, and torn down deliberately for cost control.

  • Remote state on S3 (versioning · SSE · public-access block) with DynamoDB locking
  • GitHub OIDC — CI runs terraform plan on every PR with no long-lived AWS keys in the repo. The trust policy pins sub to this repo's pull_request and main (no wildcards), and the CI role has no write permissions at all — not even s3:PutObject — so apply and state corruption are structurally impossible.
  • Cost forensics from the real bill63% of one month's charges turned out to be EKS extended-support surcharge, not resource usage. That's money spent on not upgrading, so I pinned the cluster to a standard-support version.
  • A verification table in the README that separates what was apply-verified from what is code-only. Building it flipped two of my own conclusions: a resource missing from state that billing proved had run 38 hours, and a component helm reported as deployed that had never actually created anything. One class of evidence would have gotten both backwards.

Not in this repo: Karpenter, CloudFront, Container Insights — the README says so explicitly, and ArgoCD / the load balancer controller are marked installed only.


🚀 More projects

ProjectStackProof
Gluten-Free KoreaNext.js 15 · Cloudflare · Grafana CloudLive — 1+ year in production, solo. Custom metrics exporter, dashboard, alerts and SLO, managed by Terraform
m365-automation-toolkitPowerShell + Graph · idempotent · backoff+jitter (429/503)10-user onboarding from ~30 min manual to under 10 seconds; intermittent failures (~30%) gone since rollout
Masters of Ayòvanilla JS · Canvas · zero runtime depsBuilt with a generate→verify multi-agent pipeline (adversarial red-team + invariant test gates) · 92 tests · play
Regime Music SocieteReact · TypeScriptLive — paid client delivery on an ongoing maintenance retainer (Atlanta label)
Cloud Architecturedraw.io hybrid diagramsDesign artifact — not deployed

🎯 Currently

  • 📖 Working toward CKAD
  • 🔜 Next up — a log axis (Loki) for the observability stack, and checkov static analysis in the Terraform CI

📌 Open to: SRE / DevOps / Platform / Cloud / AIOps — Seoul or Remote

LinkedInEmail


📜 Certifications

Claude Certified Architect – Foundations · AWS Solutions Architect Associate · AWS Developer Associate · GCP Associate Cloud Engineer · Oracle OCI Architect Associate · Cisco CCNA · HPE Hybrid Cloud · Azure AZ-900 · Google IT Support — CKAD in progress

Pinned Loading

  1. smallbiz-cloud-platformsmallbiz-cloud-platformPublic

    AWS EKS platform as Terraform code — remote state, GitHub OIDC PR plan, checkov. README separates apply-verified from code-only.

    HCL

  2. AWS_Architecture001AWS_Architecture001Public

    Cloud architecture diagrams (draw.io) — 2022 3-tier → 2026 hybrid reference. Design artifacts, not deployed infrastructure.

  3. Gluten-Free_KoreaGluten-Free_KoreaPublic

    Gluten-free restaurant directory for Korea. Next.js 15 + Cloudflare Pages. Live at noglutenkorea.com

    JavaScript

  4. m365-automation-toolkitm365-automation-toolkitPublic

    Production-style PowerShell + Microsoft Graph toolkit for M365 administration. Idempotent, retry-safe, audit-logged.

    PowerShell

  5. masters-of-ayomasters-of-ayoPublic

    Masters of Ayò — 나이지리아 전통 Ayò 보드게임 웹게임 · AI 매치 디렉터 (NHN NAN 2026 사전과제)

    JavaScript