DevOps R&D Center
  • Home
    • DevOps R&D Center
  • EKS
    • Networking
      • IRSA
      • EKS API server endpoint policy
        • aws cli command
  • LOKI
    • grafana alert
    • LogQL
  • ISTIO
    • references
    • Istio 학습
  • GITLAB
    • ssh key 등록 ( n개의 계정 )
  • AWS
    • aws eks cluster kube config 등록
    • aws account protection
    • aws configure
      • configure profile 설정
  • R&D Center
    • ISTIO
      • ISTIO Documentation
        • Overview
          • What is Istio
          • Why choose Istio?
          • Sidecar or ambient?
        • Concepts
          • Traffic Management
      • 메모장
      • dev cluster ( public subnet ) traffic 조회
      • Istio Tutorial
      • 카카오페이 사례
      • 트래블 월렛 EKS 전환 여정
    • EKS
      • eks provisioning
        • alb controller, istio
        • EFS
        • loki
        • cattle-monitoring-system
        • Gitlab Kubernetes Agent 적용
        • 프로젝트 배포
        • IRSA 설정
      • Secrets Store CSI Driver
      • AWS 보안 서비스를 이용하여 안전한 컨테이너 운영환경 만들기
    • AWS
      • AWS Secrets Manager
    • Network
      • 혼자서 공부하는 네트워크
      • AWS ENI
    • IAC
      • Terraform
        • 첫번째 교육 아카이브
  • SRE
    • 장애 대응 메뉴얼
  • DevOps
    • DevOps란
Powered by GitBook
On this page

Was this helpful?

  1. R&D Center
  2. ISTIO

dev cluster ( public subnet ) traffic 조회

Previous메모장NextIstio Tutorial

Last updated 10 months ago

Was this helpful?

public subnet에 배치되어 있는 worker node 에 ssh 접속
iptables -v --numeric --table nat --list PREROUTING
iptables -v --numeric --table nat --list KUBE-SERVICES
테스트 해볼 ns의 k get svc 를 해보면 CLUSTER-IP 를 확인 해볼 수 있다

그리고 위의 명령어에서 찾은 SVC로 다시 조회해본다
iptables -v --numeric --table nat --list KUBE-SVC-ZHSNUB7MDJJHUELR

조회해보면 파드가 하나면 하나가 있다

두개 이상 인 경우는 probability로 0.33333 이렇게 있다

iptables -v --numeric --table nat --list KUBE-SEP-ISDDO2Q3XDYMCEDK
Amazon EKS Networking (이론 기본편 1/2)YouTube
Cluster IP 의 비밀
Logo