Open
Description
What would you like to be added:
Add support for macOS containerization framework as a provider for kind clusters.
Why is this needed:
Apple announced there built-in containerization framework to run OCI compliant containers on macOS. This could allow users of kind on macOS to run kind clusters without the need for podman, docker etc.
Additional context:
The containerization framework itself is written in Swift, so a direct interaction with the framework is quite hard. The implementation should leverage the container CLI to spin up nodes and setup network related things.