Hands-On Walk Through of Community Edition

Follow a short walkthrough of the Lenses 6 interface and connect your first environment.

This walk through builds on Setting Up Community Edition.

It helps you get from first sign-in to a working environment.

The local stack starts:

  • Lenses HQ for the UI and control plane

  • Lenses Agent for secure connectivity

  • Kafka services for local exploration

  • Postgres for persistent storage

What you will do

In this walk through, you will:

  1. Sign in to Community Edition

  2. Learn the basic layout

  3. Open a demo environment or add your own

  4. Inspect environment health

  5. Search for topics and resources

circle-info

If you used the Docker quick start, a demo environment may already exist.

If you used Helm or a manual install, add your own environment first.

1

Sign in to Community Edition

Open http://localhost:9991arrow-up-right.

Sign in with:

Username: admin
Password: admin

On first sign-in, you may need to:

2

Learn the basic layout

Lenses uses an IDE-style layout.

  • Use the explorer to browse environments and resources

  • Use the workspace to open tabs and inspect data

  • Use the top bar for search and setup actions

This page focuses on the first-run flow.

The main left bar gives access to:

  1. Search: Search across resources and open in the workspace

  2. Environments & Topics: Topics / Schemas, SQL queries, Kafka ACLs & Topics, Policies, Audits & Alerts, Agent configuration & logs.

  3. Apps: Kafka Connectors, SQL Processors, K2K Replicators, External Apps, App Migrations

  4. IAM: Users, Service Account, Roles and Groups.

For a full guide to navigation and daily workflows, use the Lenses User Guidearrow-up-right.

3

Open a demo environment or add your own

Lenses has two main components:

  • HQ manages users, environments, and workflows

  • Agent runs near Kafka and connects HQ to your services

Community Edition supports up to two Kafka environments.

If the Docker quick start already created a demo environment, open it from the explorer. Then continue to the next step.

If you do not have an environment yet, create one now.

Create a new environment

Before you start, have these ready:

  • Kafka bootstrap servers

  • Authentication details

  • Schema Registry URL, if used

  • Kafka Connect URL, if used

You can create a new environment in two ways;

  1. From the environment listing page

From the navigation tree action buttons

  1. From the landing page.

Enter an environment name.

You can also add:

  • a short description

  • a domain

  • an environment tier

Then click Create environment.

Lenses then opens the Agent deployment screen. Copy the generated command for Docker or Helm. Run it where the Agent will be deployed.

circle-check
circle-info

The agent key is only shown once. Note it down. If you forget you can regenerate the agent key from the environment context menu.

When the Agent is ready, continue to configuration.

Define connectivity for Kafka, Schema Registry, and Kafka Connect. The YAML preview updates as you edit the form.

circle-info

After the Agent starts, download the generated provisioning.yaml. Keep it for future changes or automation.

Add the required values. Then click Test.

circle-info

Testing shows what will be added, changed, or removed before you apply it.

If validation succeeds, Lenses shows a confirmation.

Click Apply to Agent.

You should now see the environment as connected.

For a full deployment flow against your own infrastructure, see Connecting Lenses to your Kafka environment.

4

Inspect environment health

Open the environment overview to check connection status and available services.

From there, drill into:

  • Kafka for topics, brokers, and consumer groups

  • Schema Registry for schema subjects and versions

  • Kafka Connect for connectors, tasks, and status

5

Explore your environment

Once the agent is up and connect, it will start connecting to your Kafka broker and other services. It may take a minute for the agent to index the topics and schemas.

Once up, you can explore topics, apps from the left side bar and navigation panels.

The search on the left allows your to search across all resources, results are actionable, e.g. query data

Next steps

You now have a working Community Edition setup and a connected environment.

Next, you can:

Last updated

Was this helpful?