Skip to content

byoc: add o11y agent tutorial, configs and refs #20648

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: release-8.1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions tidb-cloud/byoc-o11y-agent-references.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Deploy Kubernetes and TiDB Cluster

- [Deploy TiDB Cluster on AWS EKS](https://docs.pingcap.com/tidb-in-kubernetes/stable/deploy-on-aws-eks/)
- [Deploy TiDB Cluster on Google Cloud GKE](https://docs.pingcap.com/tidb-in-kubernetes/stable/deploy-on-gcp-gke/)
- [Deploy TiDB Cluster on Azure AKS](https://docs.pingcap.com/tidb-in-kubernetes/stable/deploy-on-azure-aks/)

# AWS Cloud Resources

- [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)
- [AWS IAM Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create.html)
- [AWS IAM Role for CLI](https://docs.aws.amazon.com/cli/latest/reference/iam/)
- [AWS Enable IAM Role for Service Accounts](https://docs.aws.amazon.com/eks/latest/userguide/enable-iam-roles-for-service-accounts.html)
- [AWS Private Link](https://docs.aws.amazon.com/vpc/latest/privatelink/create-interface-endpoint.html)
- [AWS Private Link for CLI](https://docs.aws.amazon.com/cli/latest/reference/ec2/create-vpc-endpoint.html)
- [AWS Node Group](https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html)
- [AWS Node Group for CLI](https://docs.aws.amazon.com/cli/latest/reference/eks/create-nodegroup.html)

# GCP Cloud Resources

Check failure on line 18 in tidb-cloud/byoc-o11y-agent-references.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Avoid] Avoid using 'GCP'. Raw Output: {"message": "[Vale.Avoid] Avoid using 'GCP'.", "location": {"path": "tidb-cloud/byoc-o11y-agent-references.md", "range": {"start": {"line": 18, "column": 3}}}, "severity": "ERROR"}

- [GCloud CLI](https://cloud.google.com/sdk/docs/install)
- [GCP Service Account](https://cloud.google.com/iam/docs/service-account-overview)

Check failure on line 21 in tidb-cloud/byoc-o11y-agent-references.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Avoid] Avoid using 'GCP'. Raw Output: {"message": "[Vale.Avoid] Avoid using 'GCP'.", "location": {"path": "tidb-cloud/byoc-o11y-agent-references.md", "range": {"start": {"line": 21, "column": 4}}}, "severity": "ERROR"}
- [GCP Private Service Connect](https://cloud.google.com/vpc/docs/private-service-connect)

Check failure on line 22 in tidb-cloud/byoc-o11y-agent-references.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Avoid] Avoid using 'GCP'. Raw Output: {"message": "[Vale.Avoid] Avoid using 'GCP'.", "location": {"path": "tidb-cloud/byoc-o11y-agent-references.md", "range": {"start": {"line": 22, "column": 4}}}, "severity": "ERROR"}
- [GCP Node Pool](https://cloud.google.com/kubernetes-engine/docs/how-to/node-pools)

Check failure on line 23 in tidb-cloud/byoc-o11y-agent-references.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Avoid] Avoid using 'GCP'. Raw Output: {"message": "[Vale.Avoid] Avoid using 'GCP'.", "location": {"path": "tidb-cloud/byoc-o11y-agent-references.md", "range": {"start": {"line": 23, "column": 4}}}, "severity": "ERROR"}

# Agent

- [Victoria Metrics Operator](https://docs.victoriametrics.com/guides/getting-started-with-vm-operator/)
- [Victoria Metrics Agent](https://docs.victoriametrics.com/vmagent/)
- [Vector Agent](https://vector.dev/)

# Others

- [Helm 3](https://helm.sh/docs/intro/install/)
- [kubectl 1.21+](https://kubernetes.io/docs/tasks/tools/)
- [Kubernetes Deployment](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/)
Loading
Loading