home.term
portfolio home.term
#!/bin/bash
#
=========================================================================
# IDENTITY_INIT: Kyle Yongkyun
Kim김용균
# TARGET_ROLE: Cloud / DevSecOps Engineer
#
=========================================================================
set -eo pipefail # Stop
on error, ensure secure pipeline
echo "Loading
profile data...""프로필
데이터를 불러오는 중..."
sleep 1
echo ""
echo "👋
Greetings! I'm Kyle, a 4th-year problem solver who bridges the gap between business needs
and scalable infrastructure.""👋 안녕하세요! 비즈니스 니즈와 확장 가능한
인프라 사이의 간극을 메우는 4년 차 문제 해결사, 김용균입니다."
echo ""
echo "[INFO]
Extracting career origin...""[INFO] 커리어 기원 추출
중..."
echo "📊
I initialized my career as a Data Analytic Engineer, building robust ETL pipelines with
Airflow and Spark that processed over 50GB of daily data.""📊 데이터 분석 엔지니어로 커리어를 시작하여, Airflow와 Spark를 활용해 매일 50GB 이상의 데이터를 처리하는
견고한 ETL 파이프라인을 구축했습니다."
echo "[WARN]
Paradigm shift detected: KUBERNETES_ENCOUNTERED""[WARN]
패러다임 전환 감지됨: KUBERNETES_ENCOUNTERED"
echo "⚙️
Everything changed when I met Kubernetes. Deploying and optimizing Trino clusters on K8s
triggered an absolute obsession with Cloud, DevOps, and Platform Engineering.""⚙️ Kubernetes를 만나며 모든 것이 바뀌었습니다. 온프레미스 환경에서 K8s 클러스터를 운영하고 최적화하면서
어떠한 기술들이 클라우드로 추상화 되었는지를 파악한 뒤로
클라우드, DevOps, 플랫폼 엔지니어링에 깊이 빠져들게 되었습니다."
echo "[INFO]
Scaling up to architecture & overall
planning...""[INFO] 아키텍처 및 종합 기획으로 스케일업 중..."
echo "💡
Now, I don't just build pipelines; I architect environments. Operating as a PM, I oversee
the full lifecycle of infrastructure and automation.""💡
이제 저는 단순히 파이프라인을 구축하는 것을 넘어 환경 전체를 아키텍처링합니다. PM으로서 인프라와 자동화의 전체 라이프사이클을 총괄하고 있습니다."
echo "🛠️ By
leveraging Proxmox and VMware, I've optimized resources,
stabilized systems, and slashed incident response times by 70%.""🛠️ Proxmox와 VMware를 활용하여 리소스를 최적화하고 시스템을 안정화했으며, 장애 대응 시간을 70%
단축했습니다."
echo "📉
I also spearheaded the transition to in-house automation, analyzing business logic to cut
external operational costs by a massive 90%.""📉 또한 비즈니스
로직을 분석하고 인하우스 자동화 전환을 주도하여 외부 운영 비용을 무려 90% 가까이 절감했습니다."
echo "[INFO]
Scanning current technology trends...""[INFO] 최신 기술 트렌드
스캔 중..."
echo "🔒
In an era of rapid technological shifts, robust security is no longer an afterthought. I am
deeply focused on DevSecOps methodologies to build resilient, zero-trust
systems.""🔒 급격한 기술 변화의 시대에 강력한 보안은 더 이상 부차적인 요소가 아닙니다.
저는 복원력이 뛰어난 제로 트러스트 시스템을 구축하기 위해 DevSecOps 방법론에 깊이 집중하고 있습니다."
echo "🤖
Furthermore, I am keenly attentive to the rise of AI Harness Engineering. I am driven by a
passion for creating resilient AI-human collaboration environments where I design precise
context layers and automated guardrails, ensuring that AI-driven development never
compromises the architectural integrity of the system environments.""🤖 또한 거대한 AI 트렌드 속에서 AI Harness
Engineering의 중요성에 주목하고 있습니다. AI 에이전트의 자율성이 팀의 아키텍처 원칙을 저해하지 않도록 컨텍스트를 정밀하게 설계하고, 자동화된 검증 체계를
구축하여 지속 가능한 AI 협업 인프라를 만드는 것이 저의 핵심 열정입니다."
echo ""
echo "✅
System Ready. All modules loaded successfully.""✅ 시스템 준비
완료. 모든 모듈이 성공적으로 로드되었습니다."
echo "🗣️ Consider
me a human API—I seamlessly translate complex technical
architectures into clear business value for diverse stakeholders.""🗣️ 저를 Human API라고 생각해 주세요. 복잡한 기술 아키텍처를 다양한 이해관계자를 위한 명확한 비즈니스 가치로
매끄럽게 변환합니다."
echo "📬
Whether it's architecting resilient cloud platforms, securing pipelines, or strategizing the
next big feature, I'm ready to deploy. Let's execute!""📬 복원력 있는 클라우드 플랫폼 설계, 파이프라인 보안, 새로운 주요 기능에 대한 전략 수립 등 어떤 것이든 배포할
준비가 되어 있습니다. 실행해 봅시다!"
# HashiCorp Terraform configuration for Kyle's Skills
Library
terraform {
required_providers
{
skills = {
source = "kylekim/skills"
version = "~>
4.0"
}
}
}
resource "skill_programming""프로그래밍_언어" "languages""언어" {
languages = ["Python", "Shell Script", "Go"]
}
resource "skill_iac""인프라_자동화_기술"
"provisioning""프로비저닝" {
tools = ["Terraform", "Ansible"]
focus = "Immutable Infrastructure & Configuration Management""불변 인프라 & 구성 관리"
}
resource "skill_virtualization""가상화_프로비저닝" "platforms""플랫폼" {
hypervisors =
["Proxmox", "KVM", "Kube-Virt"]
}
resource "skill_data_platform""데이터_플랫폼_기술" "big_data""빅데이터" {
orchestration =
["Airflow", "Kafka"]
processing = ["Spark", "Trino"]
storage = ["PostgreSQL"]
}
resource "skill_cloud_native""클라우드_네이티브_기술" "orchestration""오케스트레이션" {
platforms = ["EKS", "Kubernetes", "Docker", "Istio", "Cilium"]
focus = "Scalable Microservices & Secure Pipelines""확장 가능한 마이크로서비스 & 안전한 파이프라인"
}
resource "skill_automation""자동화_기술"
"ci_cd""CI_CD" {
approaches = ["DevSecOps", "GitOps"]
tools = ["GitHub Actions", "ArgoCD", "Jenkins"]
}
resource "skill_security""보안_기술"
"monitoring""모니터링" {
tools = ["Wazuh SIEM", "AWS GuardDuty", "Prometheus", "Grafana"]
}
# Project Definitions
stages:
- security_scan
- build
- deploy
project_1:
name: "Lightweight
DevSecOps Platform"
collaboration: "KT
Cloud"
description: >
Building a lightweight DevSecOps platform and automated
pipeline for fast and secure deployments on KT
Cloud.
tech_stack:
- KT Cloud
- CI/CD
- Security
- DevSecOps
repository: "https://github.com/kylekim1223/devsecops-platform"
project_2:
name: "OpenClaw &
Home Server Architecture"
type: "On-Premise
Infrastructure"
description: >
Automated provisioning and management of a personal
home server
using Proxmox and Ubuntu bare-metal
architecture.
tech_stack:
- Proxmox VE
- Ubuntu
- Ansible
- Infrastructure Automation
repository: "https://github.com/kylekim1223/openclaw-homelab"
-----BEGIN CERTIFICATE-----
Issuer: Red Hat
Subject: RHCSA (Red Hat Certified System
Administrator)
Certification ID: 260-022-975
Issued Date: 2026-02-19
Expiration Date: 2029-02-19
Status: Active
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
Issuer: The Cloud Native Computing Foundation
Subject: CKA (Certified Kubernetes Administrator)
Certification ID: LF-wleg8ezant
Issued Date: 2025-12-01
Expiration Date: 2027-12-01
Status: Active
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
Issuer: 한국데이터산업진흥원
Subject: SQLD (SQL 개발자)
Certification ID: SQLD-045006574
Issued Date: 2022-06-24
Expiration Date: 2024-06-24
Status: Expired
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
Issuer: Amazon Web Service
Subject: AWS Certified Cloud Practitioner
Certification ID: 11RMMBPBHM41QPGQ
Issued Date: 2022-04-19
Expiration Date: 2025-04-19
Status: Expired
-----END CERTIFICATE-----
# Contact Information & Social Links
ENGINEER_NAME="Kyle
Yongkyun Kim김용균"
EMAIL="kylekim1223@gmail.com"
GITHUB_URL="https://github.com/ykgoesdumb"
BLOG_URL="https://velog.io/@ykgoesdumb/posts"
LINKEDIN_URL="https://linkedin.com/in/kylekim1223"
LOCATION="Seoul, South
Korea"
AVAILABILITY="Open to
opportunities"
Fill out this form
문의 양식 작성
I'll get back to you as soon as possible.
최대한 빨리 연락드리겠습니다.