<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Istiod - 태그 - lee's blog</title><link>https://ken-0913.github.io/myblog/tags/istiod/</link><description>Istiod - 태그 - lee's blog</description><generator>Hugo -- gohugo.io</generator><language>ko-kr</language><managingEditor>hyeonjae0913@gmail.com (ken-0913)</managingEditor><webMaster>hyeonjae0913@gmail.com (ken-0913)</webMaster><lastBuildDate>Thu, 16 Jul 2026 08:10:00 +0900</lastBuildDate><atom:link href="https://ken-0913.github.io/myblog/tags/istiod/" rel="self" type="application/rss+xml"/><item><title>ICA 시험 정리 (2) Istio 입문: 아키텍처와 설치</title><link>https://ken-0913.github.io/myblog/posts/istio-ica/istio-ica-02-introduction/</link><pubDate>Thu, 16 Jul 2026 08:10:00 +0900</pubDate><author><name>ken-0913</name></author><guid>https://ken-0913.github.io/myblog/posts/istio-ica/istio-ica-02-introduction/</guid><description><![CDATA[<div class="featured-image">
                <img src="images/banners/istio-ica-02-introduction-27a830a0.png" referrerpolicy="no-referrer">
            </div><p>ICA 시험 정리 시리즈 두 번째 편이다.
이번 편은 <strong>Monolith에서 Microservice로의 전환</strong>, <strong>Service Mesh</strong>, <strong>Istio 아키텍처</strong>, <strong>설치 흐름</strong>, <strong>Kiali</strong>를 다룬다.
시험에서는 Control Plane 구성 요소와 Sidecar 주입 과정이 자주 등장한다.</p>
<h2 id="monolith에서-microservice로" class="headerLink">
    <a href="#monolith%ec%97%90%ec%84%9c-microservice%eb%a1%9c" class="header-mark"></a>Monolith에서 Microservice로</h2><p>Monolith는 모든 기능을 하나의 코드베이스에 통합하므로, 작은 변경에도 전체 재배포가 필요하다.
Microservice로 전환하면 각 모듈을 독립적인 언어로 구현하고 독립적으로 배포·확장할 수 있다.
시험 예제로 자주 쓰이는 <strong>Bookinfo</strong> 애플리케이션은 Details, Reviews, Ratings, Product Page 4개 모듈로 구성된다.</p>
<p>전환에는 대가가 따른다.
인증, 인가, 로깅, 모니터링, 트래픽 관리 같은 **횡단 관심사(cross-cutting concerns)**가 각 서비스마다 중복 구현된다.
이 문제를 해결하는 전용 인프라 계층이 <strong>Service Mesh</strong>다.</p>]]></description></item></channel></rss>