I'm running a cluster with kind - one worker node.
However when I do kubectl get nodes
I can't see the node, but instead I see 'kind control plane' - which makes no sense to me, control plane is a node??
The worker node must be running, because I can do kubectl exec --stdin --tty <name of the pod> /bin/sh
and see inside of the container that's running my app.
Is this some weird WSL2 interaction? Or I'm simply doing something wrong?