About me

rolestack@linux.com


Resume

Stack

  • Container(Kubernetes, Docker)
  • Cloud
    • AWS
    • GCP
    • NAVER Cloud
    • Oracle Cloud
  • System Engineering
  • Atlassian Engineering
  • Terraform
  • Python

EXPERIENCE

UWS [2021.01 ~ 2022.05]

▣ 직책: Technical sales / 업무: Sales

  • [Cloud(IBM)] 경기도 클라우드 지원사업 고객 유치 및 관리(48개사)
  • [Cloud(IBM, AWS)] 리셀러 고객 및 MSP 고객 관리(24개사)
  • [Cloud] MSP 서비스 이용 고객 응대(빌링, IaaS 및 SaaS 상담)
  • [Python, VBA, JS] 빌링 업무 자동화 구성

▣ AWS-TF / Cloud Enginner

  • [Kubernetes] S사 Nutanix Karbon Kubernetes 백업 POC 지원(k8s, Veritas NetBackup)
  • [Cloud, Kubernetes] SK C&C 고객사 ZCP v2.0 마이그레이션 및 구축 프로젝트 지원(’22.01 ~ ’22.05)

OSC Korea [2022.05 ~ 2023.01]

▣ MSP Manager / System Engineer, Cloud Engineer

  • [Cloud] MSP 서비스 메뉴얼 구축
  • [Cloud] MSP 서비스 체계 및 시스템 구성
  • [AWS] 고객 자산 보호를 위한 인프라 Alert 구성
  • [AWS] Cloud 비용 모니터링을 위한 일일 비용 알림 구성
  • [AWS] AWS 계정(OSC Korea)들의 통합 관리를 위한 AWS Organization 도입 및 구축
  • [System Engineering] Cloud Migration Tool 도입(ZConverter)
  • [System Engineering] MSP 서비스 수행을 위한 내부 서비스 및 테스트 환경 구축
  • [System Engineering] 자사 본부 네트워크 구축
  • [VMWare] ESXi 서버 구축 및 운영
  • [System Engineering] VPN(OpenVPN) 서버 구축 및 운영
  • 내부 서비스 구축 및 유지보수 메뉴얼 작성

Open Source Consulting [2023.01 ~ NOW]

▣ Pro / System Engineer, Atlassian Engineer

  • [Infra] 사내 AWS 테스트환경 구축(Terraform 기반)
  • [Atlassian/AWS/System Engineering]
    • Apache Tomcat 기반 Application 트러블슈팅(LG CNS 및 LG 계열사, 삼성전자 및 삼성 계열사 등 다수 고객사)
    • 고객사별 Atlassian 제품군 구축 및 관리
  • [Container] 현대오토에버 Atlassian 제품군 Docker to Kubernetes 마이그레이션
  • in progress...

Certification

CERTIFIED KUBERNETES ADMINISTRATOR (CKA)

AWS Certified DevOps Engineer - Professional (AWS-DOP)


Pet project

개인 홈 서비스 구축(zlcus.com)

💡
웹 기반 홈 서비스 구축
Nginx 위치 기반 로그 모니터링
개요 매일 쌓이는 로그를 관리하고 모니터링하기 위하여 로그를 파싱하고 일정 패턴으로 배열해 시각화 대시보드를 구축하는 것은 기업에서 IT 시스템을 관리할 때 필수적으로 사용합니다. 일반적으로는 Elasticsesarch 또는 OpenSearch와 같이 로그에 특화되어있는 솔루션을 사용하지만 본 가이드에서는 Grafana - InfluxDB - Python을 사용하여 Nginx에 적재되는 액세스 로그를 파싱하여 Grafana로 모니터링하는 방법에 대해 가이드합니다.
Keycloak 로그인 테마 변경
개요 기본 로그인 화면이 너무 후져서 커스텀 제작하려 했으나 귀찮아서 배경 이미지만 변경해봅니다. README.md Themes are used to configure the look and feel of login pages and the account management console. Custom themes packaged in a JAR file should be deployed to the `${kc.home.dir}/providers` directory. After

AWS EKS Monitoring 시스템 구축

💡
Container 자원에대한 특정 이슈 발생 시 Slack 알림을 발송하는 시스템을 구축
AWS EKS Monitoring 구성 (Grafana & Prometheus & Alertmanager & Slack) | How to build AWS EKS Monitoring
Kubernetes Cluster Resource Monitoring(Prometheus & Grafana) Cluster 내부의 자원에대한 모니터링 및 Slack 알림 발송을 위한 모델을 구축합니다. Alert Provisioning은 Alertmanager으로 진행(Grafana는 블로그 포스팅 현재(2022.04.11)기준으로 Alert Provisioning 불가) 전체 구조 구성 Kubernetes * Namespace: Application(kube-example), Prometheus(Monitori…
GitHub - rolestack/EKS-Monitoring
Contribute to rolestack/EKS-Monitoring development by creating an account on GitHub.

AWS EKS Logging 시스템 구축

💡
Application(Container)의 특정 로그 발생 시 Slack으로 알림을 받는 시스템을 구축
AWS EKS Log 구성 (Fluentd & Terraform & AWS Lambda)
목표 * Application(Container)의 로그중 특정 로그의 내용을 Slack으로 알림을 받는 모델을 구축 소스코드 참고 구성도 구현 1. AWS EKS를 Terraform으로 구축 - 링크 참고 및 추가 2. Fluentd yaml 수정(stage/k8s/fluentd.yaml) - AWS github CloudWatch Agent(fluentd) 사용 3. 로그 생성 Pod yaml 작성(stage/k8s/
GitHub - rolestack/EKS-Logging
Contribute to rolestack/EKS-Logging development by creating an account on GitHub.