InfinyOn Cloud

InfinyOn Cloud is the fastest and easiest way to get started with Fluvio. We’ll walk you through the steps of creating a free account and connecting to it with a Fluvio client.

You can reach us on Discord or in Github.

 

Install Fluvio CLI

The Fluvio CLI (command-line interface) is an all-in-one tool for setting up, managing, and interacting with Fluvio clusters.

Install the Fluvio CLI by running the following command:

$ curl -fsS https://hub.infinyon.cloud/install/install.sh | bash
 

Creating an InfinyOn Cloud account

Head on over to the InfinyOn Cloud signup page to create an account.

A screenshot of the InfinyOn new account form, with Name, Organization, Email, and Password fields

After filling out the form, you’ll be greeted with a success message telling you to verify your email. You’ll need to complete this step in order to continue.

A screenshot of the verification email received after completing the signup form, including a verification link

You should get a confirmation that your account is ready to use

A screenshot of the prompt received after clicking the verification link, saying the account is ready to use

At this point, we can log in via the Fluvio CLI and start sending and receiving messages to your Fluvio cluster. To log in with the CLI, you’ll need to run the fluvio cloud login command, then type in your email and password when prompted.

$ fluvio cloud login
InfinyOn Cloud email: batman@justiceleague.com
Password:

You’ll be able to tell that everything worked if your current profile is set to cloud. You can check with this command:

$ fluvio profile current
cloud

If you installed fluvio locally it will be listed alongside cloud:

$ fluvio profile list
    PROFILE       CLUSTER       ADDRESS                          TLS 
    local         local         localhost:9003                   Disabled 
 *  cloud         cloud         router.infinyon.cloud:9003       Verified