apisix
apisix copied to clipboard
feat(discovery): support endpointslices in kubernetes discovery
Description
This PR add support endpointslices in kubernetes discovery
Checklist
- [x] I have explained the need for this PR and the problem it solves
- [x] I have explained the changes or the new features added to this PR
- [x] I have added tests corresponding to this change
- [x] I have updated the documentation to reflect this change
- [ ] I have verified that this change is backward compatible (If not, please discuss on the APISIX mailing list first)
@dongjiang1989 please explain why this is needed, thanks.
@dongjiang1989 please explain why this is needed, thanks.
@shreemaan-abhishek thanks for your review.
EndpointSlices provide a simple way to track network endpoints within a Kubernetes cluster. They offer a more scalable and extensible alternative to Endpoints.
ref: https://kubernetes.io/docs/concepts/services-networking/endpoint-slices/
Could you add test cases to cover this?
@monkeyDluffy6017 @shreemaan-abhishek Please re-check. Thanks
@zhixiongdu027 Could you help to review this pr?
We should update the documentation for this feature.
We should update the documentation for this feature.
Thanks. Added it
/test
@AlinsRan @shreemaan-abhishek @monkeyDluffy6017 please re-check,thanks