• K
    Improve Kubernetes service registry for ALS analysis (#5722) · 92bb474c
    kezhenxu94 提交于
    The current implementation of envoy ALS K8S analysis is based on the hierarchy, pod -> StatefulSet -> deployment, StatefulSet, or others. It's freaky and different from the Istio Kubernetes registry.
    
    The new path is pod -> endpoint -> service, and we should leverage Informer API instead of raw Kubernetes API.
    92bb474c
K8SServiceRegistry.java 10.9 KB