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
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
Copy file name to clipboardExpand all lines: modules/get-started/pages/cluster-types/serverless.adoc
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ rpk cloud login
51
51
rpk topic consume hello-world
52
52
```
53
53
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.
55
55
56
56
== Create a Serverless cluster
57
57
@@ -63,15 +63,19 @@ To create a Serverless cluster:
63
63
+
64
64
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.
65
65
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.
67
69
68
70
== Connect with your cluster
69
71
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.
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.
71
75
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.
73
77
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:
75
79
76
80
* 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.
77
81
* xref:reference:rpk/rpk-topic.adoc[`rpk topic`]: Use this to manage topics, produce data, and consume data.
Copy file name to clipboardExpand all lines: modules/get-started/pages/whats-new-cloud.adoc
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,11 @@ This page lists new features added to Redpanda Cloud.
10
10
11
11
=== Redpanda Connect updates
12
12
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.
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