-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add AWS EKS setup section * Use the word instance instead of server for AWS
- Loading branch information
Showing
23 changed files
with
442 additions
and
40 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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,34 @@ | ||
--- | ||
title: 'Step 3: Install the Collector' | ||
install_track_title: Installation Guide (Amazon RDS and Amazon Aurora) | ||
backlink_href: /docs/install | ||
backlink_title: 'Installation Guide' | ||
--- | ||
|
||
import SetupIAMPolicy from './_03_setup_iam_policy.mdx'; | ||
import CreateIAMRoleEKSIRSA from './_03_create_iam_role_eks_irsa.mdx' | ||
|
||
## Installing the collector with Amazon EKS | ||
|
||
You can install the Helm chart for the pganalyze collector on your [Amazon EKS cluster](https://docs.aws.amazon.com/eks/latest/userguide/what-is-eks.html). | ||
|
||
### Prerequisites | ||
|
||
* You already have an Amazon EKS cluster | ||
* [`kubectl`](https://kubernetes.io/docs/tasks/tools/) is installed | ||
* [`eksctl`](https://eksctl.io/installation/) is installed and [a kubeconfig file for an Amazon EKS cluster is created](https://docs.aws.amazon.com/eks/latest/userguide/create-kubeconfig.html) | ||
* [`The Helm CLI`](https://helm.sh/) v3 or above is installed | ||
|
||
<SetupIAMPolicy /> | ||
|
||
### Create IAM role | ||
|
||
**Note:** Creating an IAM role currently requires using IAM roles for service | ||
accounts (IRSA). Creating an IAM role with Amazon EKS Pod Identity is not | ||
supported yet. | ||
|
||
<CreateIAMRoleEKSIRSA /> | ||
|
||
<Link className="btn btn-success" to="04_configure_the_collector_eks"> | ||
Proceed to Step 4: Configure the Collector | ||
</Link> |
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
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
Oops, something went wrong.