github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/greptimedb-cluster/templates/NOTES.txt (about)

     1  
     2  Thanks for installing GreptimeDB Cluster using KubeBlocks!
     3  
     4  🔑 Invest in Data, Harvest over Time.
     5  
     6  Port-forward svc to localhost and connect to it:
     7  
     8  MySQL >
     9  kubectl port-forward svc/my-greptimedb-cluster-frontend 4002:4002
    10  mysql -h 127.0.0.1 -P 4002
    11  
    12  PostgreSQL >
    13  kubectl port-forward svc/my-greptimedb-cluster-frontend 4003:4003
    14  psql -h 127.0.0.1 -p 4003