Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add external ip/port for load balancer for RPC queries #64

Merged
merged 3 commits into from
Aug 1, 2024

Conversation

gregcusack
Copy link
Collaborator

The cluster now has an external IP/port that can be queried to reach the cluster RPC. The external RPC port is 30000.

  1. Get one of the node ips. Can pick anyone:
kubectl get nodes -o wide
  1. Run your query. e.g.
curl -X POST \
-H "Content-Type: application/json" \
-d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "getClusterNodes"
    }' \
http://<node-ip>:30000

Copy link
Contributor

@CriesofCarrots CriesofCarrots left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just doc nits

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@gregcusack gregcusack merged commit 6ff57aa into anza-xyz:main Aug 1, 2024
1 check passed
@gregcusack gregcusack deleted the node-ports branch August 1, 2024 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants