Skip to content

Commit

Permalink
[Update-doc] Adding deployment architecture diagrams for docker and k…
Browse files Browse the repository at this point in the history
…ubernetes (#12227)

* Adding deployment architecture diagrams

* Adding deployment architecture diagrams

---------

Co-authored-by: Dhruvin Maniar <dhruvinmaniar@Dhruvins-MacBook-Pro.local>
  • Loading branch information
dhruvinmaniar123 and Dhruvin Maniar authored Jun 29, 2023
1 parent 828aef6 commit c84df9a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ slug: /deployment/docker
# Docker Deployment
Deploying OpenMetadata in Docker is a great start!
Before starting with the deployment make sure you follow all the below Prerequisites.

## Docker Deployment Architecture
{% image src="/images/v1.1.0/deployment/docker/om_docker_architecture.png" alt="Docker Deployment Architecture" /%}

High-level overview:

- Deploying with MySQL 3306 /PostgreSQL 5432 : Download docker-compose.yml / docker-compose-postgres.yml from the link: https://github.com/open-metadata/OpenMetadata/releases
/OpenMetadata/releases.
- We are shipping the Elasticsearch service and Ul at 9200.
- We are shipping the OpenMetadata server and Ul at 8585.
- We are shipping the ingestion container (Airflow) at 8080.
- You can change the port number's according to your requirement.

## Prerequisites
### Docker (version 20.10.0 or greater)
[Docker](https://docs.docker.com/get-started/overview/) is an open-source platform for developing, shipping, and running applications. It enables you to separate your applications from your infrastructure, so you can deliver software quickly using OS-level virtualization. It helps deliver software in packages called Containers.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ OpenMetadata supports the Installation and Running of Application on kubernetes
[openmetadata-helm-charts](https://github.com/open-metadata/openmetadata-helm-charts) houses Kubernetes Helm charts
for deploying OpenMetadata and its dependencies (Elasticsearch, MySQL and Airflow) on a Kubernetes cluster.

## Kubernetes Deployment Architecture
{% image src="/images/v1.1.0/deployment/kubernetes/k8_architecture.png" alt="Kubernetes Deployment Architecture" /%}

## Prerequisites

- A [Kubernetes](https://kubernetes.io/) cluster on any cloud
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c84df9a

Please sign in to comment.