Skip to content

Commit

Permalink
istio 포스팅 작성 중
Browse files Browse the repository at this point in the history
  • Loading branch information
mainmethod0126 committed Jan 7, 2025
1 parent 58e83fe commit 84872a9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pages/msa/add-jwt-verification-proxy-to-istio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,19 @@ spec:
- name: example-app
image: example-app:latest
```
### jwkUri 로 부터 keyset 을 가져왔는지 확인하는 방법
#### Istio Control Plane (istiod) 로그 확인
- `kubectl get pods -n istio-system` 명령어로 istiod pod name 확인

```
NAME READY STATUS RESTARTS AGE
istio-egressgateway-568ccc69d8-ccftb 1/1 Running 0 43d
istio-ingressgateway-64fc6d787b-5lxjm 1/1 Running 0 43d
istiod-cdfc8b464-gwbxd 1/1 Running 0 43d
```
- `kubectl logs -n istio-system istiod-cdfc8b464-gwbxd` 과 같이 istiod pod name을 넣어서 로그 확인

0 comments on commit 84872a9

Please sign in to comment.