Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Prerequisites:

**Step 1: Add Presto Helm Chart Repository**

`helm repo add presto https://example.com/presto/charts`
`helm repo add presto https://prestodb.github.io/presto-helm-charts`

**Step 2: Explore the Helm Chart Information**

Expand Down Expand Up @@ -84,7 +84,7 @@ This command will show the status of the Presto Pods. Ensure that the coordinato

**Step 6: Access Presto UI**

`kubectl port-forward svc/my-presto-coordinator 8080:8080`
`kubectl port-forward svc/my-presto 8080:8080`

This command will create a port-forwarding tunnel, allowing you to access the Presto UI at http://localhost:8080 on your local machine.

Expand All @@ -108,7 +108,7 @@ Ensure that all Presto Pods are running and ready.

**Step 10: Access Presto UI**

`kubectl port-forward svc/my-presto-coordinator 8080:8080`
`kubectl port-forward svc/my-presto 8080:8080`

Access the Presto UI at http://localhost:8080 on your local machine.

Expand All @@ -126,7 +126,7 @@ Ensure all Presto Pods, including coordinators and workers, are running and read

**Step 13: Access Presto UI**

`kubectl port-forward svc/my-presto-coordinator 8080:8080`
`kubectl port-forward svc/my-presto 8080:8080`

Access the Presto UI at http://localhost:8080 on your local machine.

Expand Down