Back to Yugabyte Db

Cluster Setup Tabs New

docs/layouts/_shortcodes/cluster-setup-tabs-new.html

2026.1.0.0-b25893 B
Original Source

{{/* get the page path to determine version */}} {{- $path := split $.Page.File.Dir "/" -}} {{/* version is the first path of the path. eg: preview/stable/v2.12 ...*/}} {{- $version := index $path 0 -}} {{- $tabs := default "local,cloud,anywhere" (.Get "list") -}} {{- $mode := default "local" (.Get "active") -}}

{{- if strings.Contains $tabs "local" -}}

Setup

To set up a local universe, refer to Set up a local YugabyteDB universe.

{{- end -}} {{- if strings.Contains $tabs "cloud" -}}

Setup

To set up a cluster, refer to Set up a YugabyteDB Aeon cluster.

{{- end -}} {{- if strings.Contains $tabs "anywhere" -}}

Setup

To create a universe, refer to Create a multi-zone universe.

{{- end -}}