-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add VTAdmin section under Concepts: Overview, features, and workflow. (…
…#1856) * Add VTAdmin section under Concepts: Overview, features, and workflow diagram Signed-off-by: Shail Pujan <[email protected]> * Add VTAdmin section under Concepts: Overview, features, and workflow diagram Signed-off-by: Shail Pujan <[email protected]> * add details on VTAdmin integration with Vitess components and binary roles Signed-off-by: Shail Pujan <[email protected]> * Update VTAdmin docs with headings, links, and emphasis on functionality Signed-off-by: Shail Pujan <[email protected]> * Improved the flow of docs,improve hoe vtadmin works and remove the repeated content Signed-off-by: Shail Pujan <[email protected]> * Make changes as per suggestions and Add links for VTExplain, VTCtld, VReplication, and Move Tables in VTAdmin section. Signed-off-by: Shail Pujan <[email protected]> * Update documentation links in VTAdmin section to use relative paths for VTExplain, VTCtld, VReplication, Move Tables and changes mage as suggested Signed-off-by: Shail Pujan <[email protected]> * Remove the concept link form the local install and mac install and remove whitespaces Signed-off-by: Shail Pujan <[email protected]> * Changes made in links and link the vtadmin concept page Signed-off-by: Shail Pujan <[email protected]> * Removed the repeated and incorrect lines and made changes in link Signed-off-by: Shail Pujan <[email protected]> --------- Signed-off-by: Shail Pujan <[email protected]>
- Loading branch information
1 parent
b5d05de
commit 95288d7
Showing
4 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: VTAdmin | ||
--- | ||
|
||
## VTAdmin | ||
VTAdmin is a component in Vitess that serves as a centralized management and administration tool for Vitess clusters. | ||
|
||
## Purpose | ||
VTAdmin provides a unified interface for database administrators to monitor, manage, and maintain Vitess deployments. | ||
|
||
## Key Features | ||
|
||
* Cluster Visualization: Offers a visual representation of the Vitess cluster topology. | ||
* Monitoring: Provides real-time insights into cluster performance and health. | ||
* Schema Management: Allows viewing Schema and [VSchema](../../reference/features/vschema). | ||
|
||
## How VTAdmin Works | ||
VTAdmin is a centralized, web-based interface that simplifies the management and monitoring of Vitess clusters by integrating closely with [VTCtld](../../reference/programs/vtctld) instances. It provides a unified view of keyspaces, shards, and tablets, enabling administrators to monitor tablet health, manage multiple clusters, and control [VReplication](../../reference/vreplication "VReplication Documentation") workflows such as [Reshard](../../reference/vreplication/reshard/) and [MoveTables](../../reference/vreplication/movetables/). The interface includes query execution tools for performance analysis and debugging, featuring the embedded [VTExplain](../../reference/programs/vtexplain) tool to help users optimize SQL queries and understand execution plans. VTAdmin helps users and operators by facilitating efficient operations and effective management of distributed Vitess environments. | ||
|
||
For more information about VTAdmin, please refer to the following links: | ||
|
||
* [VTAdmin Intro Blog Post](/blog/2022-12-05-vtadmin-intro/) | ||
|
||
* [VTAdmin Documentation](../../../21.0/reference/vtadmin/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters