I am currently running Pulsar on a local Minikube instance. I am attempting to connect to the instance and create a producer using Python. After I install/start Pulsar, I get the following connection information:
|-----------|-------------------|-------------|---------------------------|
| NAMESPACE | NAME | TARGET PORT | URL |
|-----------|-------------------|-------------|---------------------------|
| pulsar | pulsar-mini-proxy | http/80 | http://192.168.49.2:31183 |
| | | pulsar/6650 | http://192.168.49.2:30841 |
|-----------|-------------------|-------------|---------------------------|