Accessing the database with SQLPad

A user can access an SQL database inside minikube using their browser.

Opening SQLPad

The SQLPad is deployed when PostgreSQL is chosen as the store.

Assuming the command minikube ip returned 192.168.39.39, the console is available on http://sqlpad.192.168.39.39.nip.io.

minikube’s IP address changes every time the minikube instance is re-created.

The username is admin with the password admin.

You can update the configurations associated with SQL Pad container here

sqlpad