Skip to content

KIC 3.5 startup failed no endpoints for service: error #7738

@cello86

Description

@cello86

Hi all,

I’m trying to installa KIC 3.5 o a AKS cluster and I use the chart kong/kong to create 2 separated deployment. The first deployment is used to deploy only the kong gateway/proxy and configure Azure load balancer. The endpoints are correctly present behind the healess service:

kubectl get endpoints -n ingress ingress-kong-proxy-kong-admin
Warning: v1 Endpoints is deprecated in v1.33+; use ``discovery.k8s.io/v1`` EndpointSlice
NAME                            ENDPOINTS                             AGE
ingress-kong-proxy-kong-admin   10.244.4.172:8001,10.244.5.107:8001   103m

The second deployment is used to deploy the ingress controller part and the pod fails the startup with this issue:

2025-09-26T17:20:07Z    error   setup.initialize-kong-clients   Failed to create kong client(s), retrying…    {“delay”: 1, “error”: “no endpoints for service: "ingress/ingress-kong-proxy-kong-admin"”}
2025-09-26T17:20:08Z    error   setup.initialize-kong-clients   Failed to create kong client(s), retrying…    {“delay”: 1, “error”: “no endpoints for service: "ingress/ingress-kong-proxy-kong-admin"”}
2025-09-26T17:20:09Z    error   setup.initialize-kong-clients   Failed to create kong client(s), retrying…    {“delay”: 1, “error”: “no endpoints for service: "ingress/ingress-kong-proxy-kong-admin"”}

I suspect that the serviceaccount created from the helm chart hasn’t the correct permissions but I also configured the RBAC under the ingressController node.
`
Could someone help me to identify the root cause of this issue?

Thanks,

Marcello

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions