Skip to content

Commit fa6b05b

Browse files
authored
DOC-1742 Document feature in product wizard for build your first app (#444)
* DOC-1742 Document feature in product wizard for build your first app * consistency updates * add partial to deploy cluster pages * minor edit * minor edit * minor edit * minor edits * minor edit * minor edit * minor edit * remove for BYOC and Dedicated * edit since now wizard includes client APIs * minor edits
1 parent df72095 commit fa6b05b

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

modules/get-started/pages/cluster-types/serverless.adoc

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ rpk cloud login
5151
rpk topic consume hello-world
5252
```
5353

54-
In the https://cloud.redpanda.com[Redpanda Cloud UI^], you can navigate to the *Topics* page and open the `hello-world` topic to see the included messages. Under the *Actions* dropdown, you can produce messages to it. Add team members and grant them access with ACLs on the *Security* page.
54+
In the https://cloud.redpanda.com[Redpanda Cloud UI^], you can navigate to the *Topics* page and open the `hello-world` topic to see the included messages. Under the *Actions* dropdown, you can produce messages to it.
5555

5656
== Create a Serverless cluster
5757

@@ -63,15 +63,19 @@ To create a Serverless cluster:
6363
+
6464
Serverless clusters are available in the AWS regions listed in xref:reference:tiers/serverless-regions.adoc[Serverless regions]. Redpanda expects your applications to be deployed in the same AWS region. For best performance, select the region closest to your applications. Serverless is not guaranteed to be pinned to a particular availability zone within that region.
6565

66-
. Go to the *Topics* page to create a topic. Under the *Actions* dropdown, you can produce messages to it. Add team members and grant them access with ACLs on the *Security* page.
66+
. Go to the *Topics* page to create a topic. Under the *Actions* dropdown, you can produce messages to it.
67+
68+
. Add team members and grant them access with glossterm:ACL[,access control lists (ACLs)] on the *Security* page.
6769

6870
== Connect with your cluster
6971

70-
Create a Kafka client to interact with your cluster. The *Overview* page lists your bootstrap server URL and security settings in the *How to connect - Kafka API* tab.
72+
include::get-started:partial$cloud-quickstart.adoc[]
73+
74+
The *Overview* page lists your bootstrap server URL and security settings in the *How to connect - Kafka API* tab. Here you can add a Kafka client to interact with your cluster.
7175

72-
Or, Redpanda can generate a sample application to interact with your cluster. Run xref:reference:rpk/rpk-generate/rpk-generate-app.adoc[`rpk generate app`], and select your preferred programming language. Follow the commands in the terminal to run the application, create a demo topic, produce to the topic, and consume the data back.
76+
Or, Redpanda can generate a sample application to interact with your cluster. Run xref:reference:rpk/rpk-generate/rpk-generate-app.adoc[`rpk generate app`], and select Go as the language. Follow the commands in the terminal to run the application, create a demo topic, produce to the topic, and consume the data back.
7377

74-
Follow the steps in the UI to use `rpk` to interact with your cluster from the command line. Here are some helpful commands:
78+
Follow the steps in the UI to use `rpk` to interact with your cluster from the command line. Here are some helpful commands:
7579

7680
* xref:reference:rpk/rpk-cloud/rpk-cloud-login.adoc[`rpk cloud login`]: Use this to log in to Redpanda Cloud or to refresh the session.
7781
* xref:reference:rpk/rpk-topic.adoc[`rpk topic`]: Use this to manage topics, produce data, and consume data.

modules/get-started/pages/whats-new-cloud.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ This page lists new features added to Redpanda Cloud.
1010

1111
=== Redpanda Connect updates
1212

13-
Redpanda Connect provides a simplified xref:develop:connect/connect-quickstart.adoc[quickstart] experience in the UI that allows you to quickly start building data pipelines. The quickstart wizard creates pipelines to stream data into and out of Redpanda, populating the required YAML configuration automatically.
13+
Redpanda Connect provides a simplified xref:develop:connect/connect-quickstart.adoc[quickstart] experience in the UI that helps you to start building data pipelines. The quickstart wizard creates pipelines to stream data into and out of Redpanda, populating the required YAML configuration automatically.
14+
15+
=== Get Started with Serverless
16+
17+
A Serverless cluster's *Overview* page now provides a *Get Started* wizard to help you start streaming your own data with a xref:develop:connect/connect-quickstart.adoc[Redpanda Connect] pipeline. The wizard lets you stream data into and out of Redpanda without writing producer/consumer code.
1418

1519
=== Remote read replicas: GA
1620

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
TIP: The cluster's *Overview* page includes a *Get Started* wizard to quickly pipeline your data into and out of Redpanda. The wizard guides you to select an input data source (to produce data) or an output data sink (to consume data) and automatically populates the necessary permissions and configurations. See also: xref:develop:connect/connect-quickstart.adoc[Redpanda Connect Quickstart]

0 commit comments

Comments
 (0)