<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Jaeger - 태그 - lee's blog</title><link>https://ken-0913.github.io/myblog/tags/jaeger/</link><description>Jaeger - 태그 - 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:40:00 +0900</lastBuildDate><atom:link href="https://ken-0913.github.io/myblog/tags/jaeger/" rel="self" type="application/rss+xml"/><item><title>ICA 시험 정리 (5) Observability: Prometheus, Grafana, Jaeger, Kiali</title><link>https://ken-0913.github.io/myblog/posts/istio-ica/istio-ica-05-observability/</link><pubDate>Thu, 16 Jul 2026 08:40:00 +0900</pubDate><author><name>ken-0913</name></author><guid>https://ken-0913.github.io/myblog/posts/istio-ica/istio-ica-05-observability/</guid><description><![CDATA[<div class="featured-image">
                <img src="images/banners/istio-ica-05-observability-7cbed6a5.png" referrerpolicy="no-referrer">
            </div><p>ICA 시험 정리 시리즈 마지막 편이다.
Istio는 Data Plane의 Envoy proxy가 모든 트래픽을 관리하면서 서비스 간 통신마다 상세한 telemetry를 생성한다.
덕분에 observability 솔루션을 처음부터 구축하지 않고도 <strong>metrics</strong>, <strong>distributed tracing</strong>, <strong>시각화</strong>를 얻는다.</p>
<h2 id="observability-3요소" class="headerLink">
    <a href="#observability-3%ec%9a%94%ec%86%8c" class="header-mark"></a>Observability 3요소</h2><p>Istio observability는 세 가지 도구로 구성된다.
각 도구의 역할 구분이 시험 포인트다.</p>
<table>
	<thead>
			<tr>
					<th>도구</th>
					<th>역할</th>
			</tr>
	</thead>
	<tbody>
			<tr>
					<td><strong>Prometheus / Grafana</strong></td>
					<td>metrics 수집 및 시각화</td>
			</tr>
			<tr>
					<td><strong>Jaeger</strong></td>
					<td>distributed tracing</td>
			</tr>
			<tr>
					<td><strong>Kiali</strong></td>
					<td>Mesh 토폴로지 및 동작 분석</td>
			</tr>
	</tbody>
</table>
<p>이 도구들은 <code>kubectl apply -f samples/addons</code>로 함께 설치되며, 데모 용도이므로 프로덕션 성능·보안에는 튜닝되어 있지 않다.</p>]]></description></item></channel></rss>