Quick Start

This quick start guide will walk you through installing and starting Lenses using Docker, followed by connecting Lenses to your Kafka cluster.

circle-exclamation

Locally on your laptop

For a local quick start, you can use Lenses Box, an all-in-one docker, with Lenses, Kafka, Schema Registry and more. Lenses will start and be configured to connect to the built-in Kafka brokers.

  1. To start with the Box you need a license. Please contact usenvelope.

  2. Install and run the Docker

docker run --rm \
    -p 3030:3030 \
    --name=dev \
    --net=host \
    -e EULA="https://dl.lenses.stream/d/?id=CHECK_YOUR_EMAIL_FOR_KEY" \
    lensesio/box   

Open Lenses in your browserarrow-up-right, log in with admin/admin.

For more information see here.

circle-info

If you want to deploy via Helm see here.

Against your environment

circle-check

Prerequisites

  1. Valid license - Lenses is a licensed product.

  2. Kafka versions - Any version of Apache Kafka (2.0 or newer) on-premise and on-cloud.

  3. Network connectivity - Lenses needs access to your Kafka brokers

Start Lenses

Run the following command to pull the latest Lenses image and run it:

Once Lenses has started, open Lenses in your browserarrow-up-right, log in with admin/admin. You will be presented with the bootstrap UI that will guide you through connecting to Kafka.

The connection to your Kafka depends on your Kafka distribution, you can view more details in the Connection to Environment section.

Last updated

Was this helpful?