aws / aws/aws-cloud-map-mcs-controller-for-k8s
Dual-Stack (IPv4 and IPV6) Support
- Dominant language
- Go
- Stars
- 98
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
Initial implementation of the controller is purely focused on IPv4 support. Research if dual-stack support is needed and implement that.
Dual stack networking is coming to K8s soon:
`(alpha: "v1.20"/beta: "v1.21"/stable: "v1.23")`
See
https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/563-dual-stack
Contributor guide
Research direction
Start by reading the controller implementation and the linked Kubernetes dual-stack KEP, focusing on the IPv4-only assumptions and the versions cited in the issue. Determine the required IPv4 and IPv6 behavior and validation approach before changing the controller. Done means the controller supports dual-stack networking without regressing IPv4-only behavior, with tests covering both address families.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- backend, networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100