Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- deploy
- eks
- Service Mesh
- 스크레이핑
- Grafana
- opentelemetry
- CI
- CI/CD
- scraping
- sonarqube
- Crawling
- 웹 해킹
- Prometheus
- DevOps
- gitlab ci
- Jenkins
- helm
- 크롤링
- docker
- linkerd
- GitLab
- CD
- Kubernetes
- 모의해킹
- Monitoring
- 웹 취약점
- argocd
- Resource
- gitlab cd
- ECR
Archives
- Today
- Total
목록istio (1)
ㅡ.ㅡ

Istio Flow Ingress Gateway > Gateway + VirtualService + Destination Rule > Service > Pod Istioctl # 네임스페이스 생성 ktl create ns istio-system # istioctl 설치 curl -L https://istio.io/downloadIstio | sh - sudo cp -v bin/istioctl /usr/local/bin/ itl version itl install -f istio-ingress.yaml # Istio와 관련된 리소스 삭제 istioctl x uninstall --purge # Mesh service를 사용할 Istio 활성화 라벨 추가 kubectl label namespace 네임스페이스..
Network
2022. 2. 2. 16:20