Once the cluster is up, run `docker ps` on your host. You should see the `operator-platform-control-plane` container, and its `PORTS` section should include `0.0.0.0:6443->6443/tcp`. You might also see a `127.0.0.1:RANDOM_PORT->6443/tcp`—this is KinD’s default internal mapping, which you can ignore.
Export the kubeconfig:
```bash
kind get kubeconfig --name operator-platform > operator-platform-external-kubeconfig.yaml
```
Now, edit `operator-platform-external-kubeconfig.yaml`. Find the `server:` line (it will likely point to `https://0.0.0.0:6443`). Change it to use your host IP and port 6443.