|
1 | 1 | # PMM installation overview |
2 | 2 |
|
3 | | -!!! info "Content under improvement" |
4 | | - We're currently enhancing this chapter to make it more accurate and easier to follow. Content may be updated as improvements are made. [Share your feedback](https://docs.google.com/forms/d/1bkWACehjqlwA0AKf-qTJcXvYbOSYgze8iTPXjntqmNo/edit) to help us improve it. |
5 | | - |
6 | 3 | Installing Percona Monitoring and Management (PMM) involves setting up a central PMM Server and distributed PMM Clients that work together to monitor your database environment. |
7 | 4 |
|
8 | 5 | PMM Server provides the web interface with dashboards and analytics, while PMM Clients collect data from your databases with minimal performance impact and send it back to PMM Server for analysis and visualization. |
@@ -32,7 +29,9 @@ Compare the available deployment methods to choose what works best for your setu |
32 | 29 | |-------------------|----------|------------|----------------| |
33 | 30 | | [Docker](../install-pmm/install-pmm-server/deployment-options/docker/index.md) | Quick setup, development environments | • Fast deployment<br>• Easy to manage<br>• Runs without root privileges<br>• Minimal resource overhead | • Requires Docker knowledge<br>• May need additional network configuration | |
34 | 31 | | [Podman](../install-pmm/install-pmm-server/deployment-options/podman/index.md) | Security-conscious environments | • Rootless by default<br>• Enhanced security<br>• Docker-compatible commands<br>• No daemon required | • Requires Podman installation<br>• Less common than Docker | |
35 | | -<!---| [Amazon AWS](../install-pmm/install-pmm-server/deployment-options/aws/aws.md) | 1. Wizard-driven install. <br> 2. Rootless| Paid, incurs infrastructure costs. ---> |
| 32 | +| [Helm](../install-pmm/install-pmm-server/deployment-options/helm/index.md) | Kubernetes environments | • Native Kubernetes deployment<br>• Scalable and orchestrated<br>• ConfigMap and Secret management<br>• Ingress controller support | • Requires Kubernetes cluster<br>• Helm knowledge needed<br>• More complex setup | |
| 33 | +| [Virtual Appliance](../install-pmm/install-pmm-server/deployment-options/virtual/index.md) | Traditional VM environments | • Pre-configured virtual machine<br>• Works with VMware, VirtualBox<br>• No container knowledge required<br>• Isolated environment | • Larger resource footprint<br>• VM management overhead<br>• Less flexible than containers | |
| 34 | +| [Amazon AWS](../install-pmm/install-pmm-server/deployment-options/aws/deploy_aws.md) | AWS cloud deployments | • Wizard-driven install<br>• Rootless deployment<br>• Integrated with AWS services | • Paid service, incurs infrastructure costs<br>• AWS-specific deployment | |
36 | 35 |
|
37 | 36 | ## Installation steps |
38 | 37 |
|
@@ -60,10 +59,10 @@ Install and run at least one PMM Server using one of the following deployment me |
60 | 59 |
|
61 | 60 | [**Get started with Virtual Appliance** :material-arrow-right:](../install-pmm/install-pmm-server/deployment-options/virtual/index.md) |
62 | 61 |
|
63 | | -<!---=== ":material-aws: AWS Marketplace" |
| 62 | +=== ":material-aws: AWS Marketplace" |
64 | 63 | Deploy PMM Server from AWS Marketplace |
65 | 64 |
|
66 | | - [**Get started with AWS deployment** :material-arrow-right:](../install-pmm/install-pmm-server/deployment-options/aws/aws.md) --> |
| 65 | + [**Get started with AWS deployment** :material-arrow-right:](../install-pmm/install-pmm-server/deployment-options/aws/deploy_aws.md). |
67 | 66 |
|
68 | 67 | ### 2. Install PMM Client |
69 | 68 |
|
|
0 commit comments