+
## :material-telescope: Discover { .title }
@@ -33,7 +35,7 @@ Ready to dive into PMM? Follow our simple, step-by-step installation instruction
-## :fontawesome-solid-gear: Configure { .title }
+## :material-cog: Configure { .title }
Are you ready to begin configuring PMM but need help figuring out how to begin? Let's dive in together.
@@ -49,6 +51,3 @@ Looking for reliable and easy-to-use resources to tackle your daily challenges w
-
-
-
diff --git a/documentation/docs/install-pmm/index.md b/documentation/docs/install-pmm/index.md
index dd6a2074dd..03e56a7e0b 100644
--- a/documentation/docs/install-pmm/index.md
+++ b/documentation/docs/install-pmm/index.md
@@ -15,13 +15,13 @@ Install and run at least one PMM Server. Choose from the following options:
PMM Server is not currently available as a native ARM64 build. For ARM-based systems, consider using the Docker or Podman installation methods, which can run x86_64 images via emulation on ARM platforms.
-| Use |
**Benefits** |
**Drawbacks**|
+| Use | :material-thumb-up: **Benefits** | :material-thumb-down: **Drawbacks**|
|---|---|---
| [Docker] | 1. Quick
2. Simple
3. Rootless | Additional network configuration required.
-| [Podman] | 1. Quick
2. Simple
3. Rootless |Podman installation required.
-| [Helm] (Technical Preview) | 1. Quick
2. Simple
3. Cloud
4. Rootless| Requires running Kubernetes cluster.
+| [Podman] | 1. Quick
2. Simple
3. Rootless | Podman installation required.
+| [Helm] (Technical Preview) | 1. Quick
2. Simple
3. Cloud-compatible
4. Rootless| Requires running a Kubernetes cluster.
| [Virtual appliance] | 1. Easily import into Hypervisor of your choice
2. Rootless| More system resources compared to Docker footprint.
-| [Amazon AWS] | 1. Wizard-driven install.
2. Rootless| Non-free solution (infrastructure costs).
+| [Amazon AWS] | 1. Wizard-driven install.
2. Rootless| Paid, incurs infrastructure costs.
## Install PMM Client
@@ -29,21 +29,26 @@ Install and run PMM Client on every node where there is a service you want to mo
The installation choices are:
- === "With Docker"
+=== "With Docker"
- [Docker installation](client/index.md#docker) simplifies deployment across different architectures and automatically selects the appropriate image for your architecture (x86_64 or ARM64).=p][\;]
+ - [Docker installation](client/index.md#docker) simplifies deployment across different architectures and automatically selects the appropriate image for your architecture (x86_64 or ARM64).
- === "Native installation"
+=== "With package manager"
- [Linux package](client/index.md#package-manager). Use `apt`, `apt-get`, `dnf`, `yum`. The package manager automatically selects the correct version for your architecture.
- - [Binary package](client/index.md#binary-packa): Download the appropriate `.tar.gz` file for your architecture (x86_64 or ARM64).
+=== "With binary package"
+
+ - [Binary package](client/index.md#binary-package): Download the appropriate `.tar.gz` file for your architecture (x86_64 or ARM64).
+
!!! hint alert "Tips"
Both binary installation and Docker containers can be run without root permissions. When installing on ARM-based systems, ensure you're using ARM64-compatible versions. Performance may vary between architectures.
## Add services
+
On each PMM Client instance, configure the nodes and services you want to monitor.
+
??? info "Which services you can monitor?"
- [MySQL] (and variants: Percona Server for MySQL, Percona XtraDB Cluster, MariaDB);
diff --git a/documentation/docs/install-pmm/install-pmm-server/baremetal/podman/index.md b/documentation/docs/install-pmm/install-pmm-server/baremetal/podman/index.md
index e519f06198..b0b5468ba4 100644
--- a/documentation/docs/install-pmm/install-pmm-server/baremetal/podman/index.md
+++ b/documentation/docs/install-pmm/install-pmm-server/baremetal/podman/index.md
@@ -166,7 +166,8 @@ On the other hand, the manual method offers a simpler setup with complete contro
4. Go to `https://localhost:8443` to access the PMM user interface in a web browser. If you are accessing the host remotely, replace `localhost` with the IP or server name of the host.
For information on manually upgrading, see [Upgrade PMM Server using Podman](../../../../pmm-upgrade/upgrade_podman.md).
-=======
+
+
## Run as non-privileged user to start PMM
??? info "Summary"
@@ -288,4 +289,4 @@ To run Podman as a non-privileged user:
sleep 80
timeout 60 podman wait --condition=running pmm-server
```
-