-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Signed-off-by: Matt Lord <[email protected]>
- Loading branch information
Showing
5 changed files
with
28 additions
and
3 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
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