일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- Resource
- Crawling
- Prometheus
- eks
- docker
- Monitoring
- CI
- argocd
- Jenkins
- 모의해킹
- deploy
- Grafana
- CI/CD
- gitlab cd
- linkerd
- helm
- 웹 해킹
- DevOps
- 크롤링
- Kubernetes
- gitlab ci
- opentelemetry
- ECR
- CD
- Service Mesh
- 웹 취약점
- scraping
- sonarqube
- GitLab
- 스크레이핑
- Today
- Total
목록Service Mesh (2)
ㅡ.ㅡ
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 네임스페이스..
Linkerd CLI 설치 ## Linkerd CLI 실행파일 curl -fsL https://run.linkerd.io/install | sh cp .linkerd2/bin/linkerd-stable-2.11.1 /bin/linkerd ## 구동환경 체크 linkerd check --pre ## Linkerd Cluster 설치 linkerd install | kubectl apply -f - ## Linkerd Cluster 설치 확인 linkerd checkLinkerd-Viz(DashBoard) 설치 ## Helm Chart 다운로드 helm repo add linkerd https://helm.linkerd.io/stable helm repo update helm pull linkerd/link..