Skip to content

Instantly share code, notes, and snippets.

@qudongfang
Last active March 1, 2024 14:50
Show Gist options
  • Save qudongfang/de1f7db7a50966d1179a561a37ad565e to your computer and use it in GitHub Desktop.
Save qudongfang/de1f7db7a50966d1179a561a37ad565e to your computer and use it in GitHub Desktop.
flow.md

AKS kubectl API traffic flow

graph TD;
    kubectl --> lb-b-mgmt[kube-1-eastus2-azure-cloud-dev.k8s-api.corp.mongodb.com];
    lb-b-mgmt[kube-1-eastus2-azure-cloud-dev.k8s-api.corp.mongodb.com] --> proxy-headless.kubectl.eastus2.azure.cloud-dev.svc.cluster.local:8080;
    proxy-headless.kubectl.eastus2.azure.cloud-dev.svc.cluster.local:8080 --> proxy_pods[socat pods running in namespace kubectl]
   proxy_pods[socat pods running in namespace kubectl] --> kubernetes.default.svc.cluster.local:443
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment