Kubernetes deployment script generated wrong ip?

Hello,

I’ve run “curl -s get-rasa-x.rasa.com | sudo bash” and the script finished with the below message. But that ip looks wrong, server is in the 10.x network and that inet ip also does not answer.

How do i access the kubernete rasa x server etc?

Deploying Rasa X … The deployment is ready \U0001f389. You can now access Rasa X on this URL: http://213.23.101.132/login?username=me&password=XXXX

By “the ip looks wrong” - You mean the IP address is not the address of your server?

Hello,

no it is not the ip of the server, and using the path with the servers ip there is nothing responding too.

Hi @zipi,

The script is indeed not 100% full-proof yet in printing the IP address correctly for all cases.

Where did you deploy it?

  • if on a VM at a cloud provider, make sure to get the PUBLIC IP of your VM
  • if installed directly on your local machine, not inside a VM, just use localhost

Make sure to use the port 8000.

Hi @Arjaan ,

I did deploy it on a local machine with centos 8. So the Ip and the port was wrong?

I may try it again, currently the docker-compose method on a ubuntu did work better, as the other thread indicates but is not properly working out of the box.

Thank you.