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 |
Tags
- CI/CD
- Crawling
- argocd
- 웹 취약점
- 웹 해킹
- sonarqube
- 크롤링
- opentelemetry
- scraping
- deploy
- gitlab cd
- CD
- Resource
- eks
- linkerd
- Kubernetes
- Service Mesh
- Prometheus
- helm
- Jenkins
- 모의해킹
- docker
- ECR
- gitlab ci
- GitLab
- Grafana
- 스크레이핑
- DevOps
- Monitoring
- CI
Archives
- Today
- Total
목록istio (1)
ㅡ.ㅡ
[Service Mesh] Istio
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