1개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
1
A few things you can check to troubleshoot accessing the Kong admin API:
- Verify the security group and network access configuration on the Kong load balancer matches what is used in the existing setup. This includes ingress rules on the load balancer SG and route tables/network ACLs.
- Check that the Kong pods are running successfully with
kubectl get pods -n kong
and the load balancer controller logs for any errors withkubectl logs -n kube-system deployment.apps/aws-load-balancer-controller
- Confirm the Kong Ingress resource is created correctly with
kubectl get ingress -n kong
- Validate the load balancer is provisioned by checking for it in the AWS EC2 console. Its DNS name should resolve to the Kong admin API URL.
- Test connectivity from your machine to the load balancer endpoint/URL using curl. If it fails, check firewall rules or proxy/VPN settings.
관련 콘텐츠
- AWS 공식업데이트됨 4달 전
- AWS 공식업데이트됨 3달 전