Skip to main content

<사토시의 서(개정증보판)> 순서를 정해주는 주체를 지우면, 그 자리에 무엇을 둘 것인가

· 8 min read
Doyul Kim, Ian
Software Engineer @OrderX, Real-time Trading Systems

책 표지

한빛미디어 서평단 <나는리뷰어다> 활동을 위해서 책을 협찬 받아 작성된 서평입니다.

Kubernetes API Server Watch Mechanism and the Informer Pattern

· 15 min read
Doyul Kim, Ian
Software Engineer @OrderX, Real-time Trading Systems

Kubernetes Watch Mechanism

Almost every component of the Kubernetes control plane runs on top of a Watch connection to the API Server. Argo CD, HPA, kubelet, kube-proxy, all of them. When a Watch connection drops, controllers stall, and if they all recover at once, the API Server can go down with them.

This article walks through the internals of the Watch Cache first, then covers what happens when each part of the pipeline breaks.

4 Practical Benefits of Kubernetes: Beyond the Complexity

· 6 min read
Doyul Kim, Ian
Software Engineer @OrderX, Real-time Trading Systems

Kubernetes practical benefits

When first encountering Kubernetes, it's easy to feel overwhelmed by its complexity and steep learning curve. However, once you overcome this initial barrier and start applying it in production, you begin to experience the powerful conveniences hidden within that complexity.

Development of a Paper Summary Service Implemented with AWS Serverless

· 13 min read
Doyul Kim, Ian
Software Engineer @OrderX, Real-time Trading Systems

Paper summarization service architecture

Through a three-week collaborative project conducted at the NIPA AWS Developer Bootcamp, we developed a medical paper summarization service.

In this article, we'll share practical examples of technical decisions and areas for improvement during service implementation.