mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-01 13:48:04 +00:00

* Add changes for kubernetes deployment docs * Update Quickstart docker guide * fix: docker quickstart docs * Add troubleshooting guide for quickstart k8s * fix typo * upper case the placeholders * Add FAQs and update EKS deployment docs * fix: docs links * Update Deployment page * fix: update k8s gke docs * fix(chore): Notes as warning type * fix(chore): markdown link and typo * fix(refactor): Docker Deployment Docs * fix(refactor): Docker Deployment Docs * fix: upgrade k8s docs * fix(reviews): remove apache mod_proxy * fix(refactor): docker volumes docs section * fix(refactor): Code Review changes * Merge remote-tracking branch 'origin/main' into 12608 * Add troubleshoot docs for psql create extension pgcypto issue * fix: k8s docs with elasticsearch auth enabled * fix: Update the changes to v1.1.1 docs * fix: updated the docs for 1.1.1 * Add docker and kubernetes v1.1.1 changes in docs * fix: Docker Deployment Link * fix: more fixes --------- Co-authored-by: Akash-Jain <Akash.J@deuexsolutions.com>
39 lines
1.1 KiB
Markdown
39 lines
1.1 KiB
Markdown
---
|
|
title: Quickstart
|
|
slug: /quick-start
|
|
description: The easiest way to deploy and use OpenMetadata
|
|
---
|
|
|
|
# Quickstart
|
|
|
|
Just getting started? This is the right place 🚀
|
|
|
|
In this section we are going to guide you through the installation and first steps of using OpenMetadata.
|
|
|
|
We have two approaches to start exploring:
|
|
|
|
{% inlineCalloutContainer %}
|
|
|
|
{% inlineCallout
|
|
icon="celebration"
|
|
bold="Try OpenMetadata in Docker"
|
|
href="/quick-start/local-docker-deployment" %}
|
|
Get OpenMetadata up and running with docker in under 5 minutes!
|
|
{% /inlineCallout %}
|
|
|
|
{% inlineCallout
|
|
icon="celebration"
|
|
bold="Try OpenMetadata in Kubernetes"
|
|
href="/quick-start/local-kubernetes-deployment" %}
|
|
Get OpenMetadata up and running with kubernetes in under 5 minutes!
|
|
{% /inlineCallout %}
|
|
|
|
{% inlineCallout
|
|
icon="open_in_new"
|
|
bold="Try the OpenMetadata Sandbox"
|
|
href="/quick-start/sandbox" %}
|
|
Interact with a sample installation with 0 setup to explore our Discovery, Governance and Collaboration features.
|
|
{% /inlineCallout %}
|
|
|
|
{% /inlineCalloutContainer %}
|