diff --git a/docs/get-started.md b/docs/get-started.md index eea3d44b5..625ab5509 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -1,7 +1,6 @@ --- title: Get started with Aiven sidebar_label: Get started -keywords: [quick start] --- import Button from "@site/src/components/Buttons"; @@ -9,6 +8,19 @@ import {ButtonSecondary} from "@site/src/components/Buttons"; import Card from "@site/src/components/AivenCard"; import Overview from "@site/static/images/content/platform/platform-overview.webp"; import GridContainer from "@site/src/components/GridContainer"; +import Cassandra from "@site/static/images/logos/cassandra.svg"; +import ClickHouse from "@site/static/images/logos/clickhouse.svg"; +import Dragonfly from "@site/static/images/logos/dragonfly.svg"; +import Opensearch from "@site/static/images/logos/opensearch.svg"; +import Flink from "@site/static/images/logos/flink.svg"; +import Grafana from "@site/static/images/logos/grafana.svg"; +import Kafka from "@site/static/images/logos/kafka.svg"; +import MySQL from "@site/static/images/logos/mysql.svg"; +import PG from "@site/static/images/logos/pg.svg"; +import Valkey from "@site/static/images/logos/valkey.svg"; +import K8sIcon from "@site/static/images/logos/kubernetes.svg"; +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; @@ -22,46 +34,288 @@ All services run reliably and securely in the clouds of your choice, are observa **Try it for free.** Aiven offers [free plans](/docs/platform/concepts/free-plan) and [30-day trials](/docs/platform/concepts/free-trial) for you to explore the platform and services. +Aiven services are also available on the AWS, Azure, and Google Cloud marketplaces. + - See product updates + Marketplace signup ## First steps -1. [Sign up](https://console.aiven.io/signup). -1. [Create your first service](/docs/platform/howto/create_new_service) and select the - plan for your use case. -1. [Create service integrations](/docs/platform/howto/create-service-integration). -1. [Manage your organization](/docs/platform/concepts/orgs-units-projects). -1. [Start using our dev tools](/docs/tools) to interact with your services. +Set up your organization and create your first service. -## Learn more +### Step 1: Set up billing - + + + + + - +### Step 2: Set up your organization + + + + + + - + + + +### Step 3: Manage organization users + +Start collaborating by adding users to your organization, creating groups, and +assigning them to projects. You can add users manually to your organization or +create managed users through your identity provider (IdP). + +#### Add users to your organization + + + - + + + + + + +Make your organization users managed users by verifiying a domain and configuring an +identity provider. + +Aiven also supports automatic +[user provisioning with Okta](/docs/platform/howto/okta-user-provisioning-with-scim) +through System for Cross-domain Identity Management (SCIM). + + + + + + + + + +#### Set up user groups + +Add users to groups to streamline access management to your Aiven projects and services. + + + + + + + + + + + +### Step 4: Secure your organization + + + + + + + + + - + + + + + +#### Create a service using the dev tools + +See examples of services and integrations using code samples for the +[Aiven Provider for Terraform](/docs/tools/terraform) or +[Aiven Operator for Kubernetes](/docs/tools/kubernetes). + + + + + + +Create a service using the Aiven CLI or API. + + + + + + +## Next steps + + + +