You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/faqs.adoc
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,12 +43,13 @@ They include Minikube, K8d, Kind, Google Kubernetes Engine (GKE), Microsoft Azur
43
43
44
44
There are several public repos, each with a different purpose. See:
45
45
46
-
* {pulsar-repo}[{pulsar-repo}]: This is the distro repo (a fork of apache/pulsar).
47
-
* {pulsar-admin-console-repo}[{pulsar-admin-console-repo}]: This is the repo for the {pulsar-short} admin console, which allows for the configuration and monitoring of {pulsar-short}.
46
+
* {pulsar-repo}[{pulsar-repo}]: This is the distro repo (a fork of `apache/pulsar`).
47
+
* {pulsar-admin-console-repo}[{pulsar-admin-console-repo}]: This is the repo for the {pulsar-short} admin console, which allows for the configuration and monitoring of {pulsar-short}.
48
48
* {pulsar-heartbeat-repo}[{pulsar-heartbeat-repo}] : This is a monitoring/observability tool for {pulsar-short} that tracks the health of the cluster and can generate alerts in Slack and OpsGenie.
49
-
* {pulsar-helm-chart-repo}[{pulsar-helm-chart-repo}] : This is the Helm chart for deploying the {company} {pulsar-short} Distro in an existing Kubernetes cluster.
50
-
* {pulsar-sink-repo}[{pulsar-sink-repo}] : This is the {company} {pulsar} Connector (`pulsar-sink`) repo.
51
-
* https://github.com/datastax/burnell[https://github.com/datastax/burnell] : This is a utility for {pulsar-short} that provides various functions, such as key initialization for authentication, and JWT token creation API.
49
+
* {kaap-operator-repo}[{kaap-operator-repo}]: Use the {kaap-short} to deploy the {company} {pulsar-short} Distro in an existing Kubernetes cluster.
50
+
+
51
+
{company} recommends the {kaap-short} as a replacement for the deprecated {pulsar-helm-chart-repo}[{company} {pulsar-short} Helm chart].
52
+
* {pulsar-sink-repo}[{pulsar-sink-repo}]: This is the {company} {pulsar} Connector (`pulsar-sink`) repo.
52
53
53
54
== Is there a prerequisite version of Java needed for the {product} installation?
54
55
@@ -57,17 +58,17 @@ The {product} distribution is designed for Java 17. However, because the product
57
58
== What are the install options for {product}?
58
59
59
60
* **{kaap-short} Helm chart (Recommended)**: Use the {company} {kaap-operator-repo}[{kaap-short} Helm chart], which provides Kubernetes-native autoscaling and simplified management for {pulsar} clusters. For more information, see the xref:kaap-operator::index.adoc[{kaap}] documentation.
60
-
* **{product} Helm chart**: Use the Helm chart provided at {pulsar-helm-chart-repo}[{pulsar-helm-chart-repo}] to install {product} in an existing Kubernetes cluster on your laptop or hosted by a cloud provider.
61
+
* **{company} {pulsar-short} Helm chart (Deprecated)**: The Helm chart provided at {pulsar-helm-chart-repo}[{pulsar-helm-chart-repo}] is deprecated and no longer maintained. Use the {kaap-short} instead.
61
62
* **Tarball**: Use the tarball provided at {pulsar-repo}/releases[{pulsar-repo}/releases] to install {product} on a server or VM.
62
63
* **Ansible**: Use the {company} Ansible scripts provided at {pulsar-ansible-repo}[{pulsar-ansible-repo}] to install {product} on a server or VM with our provided playbooks.
63
64
64
65
== How do I install {product} in my Kubernetes cluster?
65
66
66
-
Follow the full instructions in xref:install-upgrade:quickstart-helm-installs.adoc[Quick Start for Helm Chart installs].
67
+
Follow the full instructions in xref:install-upgrade:quickstart-helm-installs.adoc[].
67
68
68
69
== How do I install {product} on my server or VM?
69
70
70
-
Follow the full instructions in xref:install-upgrade:quickstart-server-installs.adoc[Quick Start for Server/VM installs].
71
+
Follow the full instructions in xref:install-upgrade:quickstart-server-installs.adoc[].
71
72
72
73
== What task can I perform in the {product} Admin Console?
Copy file name to clipboardExpand all lines: modules/components/pages/admin-console-tutorial.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ The *Admin Console for {pulsar-reg}* is a web-based UI from {company} that admin
7
7
8
8
In the *{pulsar-short} Admin Console*, you can use {pulsar-short} clients to send and receive pub/sub messages.
9
9
10
-
If you installed the Admin console with the xref:install-upgrade:quickstart-helm-installs.adoc[{company} Helm chart], access the Admin console via the `pulsar-adminconsole` external load balancer endpoint in your cloud provider:
10
+
If you installed the Admin console with the xref:install-upgrade:quickstart-helm-installs.adoc[{company} {pulsar-short} Helm chart], access the Admin console via the `pulsar-adminconsole` external load balancer endpoint in your cloud provider:
Copy file name to clipboardExpand all lines: modules/components/pages/heartbeat-vm.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
= Heartbeat on VM/Server
2
2
3
-
This document describes how to install {pulsar-short} Heartbeat on a virtual machine (VM) or server. For installation with the Docker image, see xref:install-upgrade:quickstart-helm-installs.adoc[Helm Chart Installation].
3
+
This document describes how to install {pulsar-short} Heartbeat on a virtual machine (VM) or server. For installation with the Docker image, see xref:install-upgrade:quickstart-helm-installs.adoc[].
:description: This guide installs the {company} {pulsar-short} Helm chart using minimum values for a working {pulsar-short} cluster that includes SQL workers
4
+
:helmValuesPath: sql
5
5
6
6
{pulsar-short} SQL allows enterprises to query {pulsar} topic data with SQL.
7
7
This is a powerful feature for an Enterprise, and SQL is a language they're likely familiar with.
@@ -14,7 +14,7 @@ Additionally, {pulsar-short} has built-in options to create Trino workers and au
14
14
include::ROOT:partial$luna-name.adoc[]
15
15
====
16
16
17
-
In this guide, we will use the {product} Helm Chart to install a {pulsar-short} cluster with {pulsar-short} SQL.
17
+
In this guide, we will use the {company} {pulsar-short} Helm Chart to install a {pulsar-short} cluster with {pulsar-short} SQL.
18
18
The Trino coordinator and desired number of workers will be created directly in the cluster.
19
19
20
20
== Prerequisites
@@ -31,7 +31,7 @@ PrestoDB has been replaced by Trino, and {pulsar} is using Trino's version.
31
31
The Trino CLI uses the "X-TRINO-USER" header for authentications.
32
32
====
33
33
34
-
== Install {product} Helm chart
34
+
== Install the {company} {pulsar-short} Helm chart
35
35
36
36
include::partial$install-helm.adoc[]
37
37
@@ -76,20 +76,14 @@ The minimalist Helm chart values use the https://github.com/datastax/release-not
76
76
This example uses the "public" tenant and "default" namespace.
77
77
These are created by default in {pulsar-short}, but you can use whatever tenant and namespace you are comfortable with.
78
78
79
-
. Download the minimalist {pulsar-short} client.
80
-
This "client.conf" assumes the port forwarding addresses we will perform in the next step.
0 commit comments