-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
844944f
commit 9254587
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
_posts/development/istio/2024-03-20-istio-envoy-service-discovery.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "Istio Envoy Discovery Service" | ||
toc: true | ||
toc_sticky: true | ||
categories: ["Kubernetes", "Istio"] | ||
excerpt: "xDS로 Envoy가 Istio와 싱크를 맞추는 방법." | ||
last_modified_at: 2024-03-20 | ||
--- | ||
|
||
|
||
![](https://github.com/envoyproxy/artwork/raw/main/PNG/Envoy_Logo_Final_PANTONE.png) | ||
|
||
xDS 관련 내용들 | ||
|
||
|
||
xDS 확인하는 istioctl 명령어 | ||
|
||
# 참고자료 | ||
|
||
- [arisu1000님의 블로그](https://arisu1000.tistory.com/27872) |