Kubernetesでコレクターをインストールする

The content of this page may be outdated and some links may be invalid. A newer version of this page exists in English.

More information ...

To see the changes to the English page since this page was last updated: visit GitHub compare ec1657d1..9f912d59 and search for content/en/docs/collector/install/kubernetes.md.

Kubernetes

以下のコマンドを使用して、デーモンセットとしてエージェントと、単一のゲートウェイインスタンスをデプロイします。

kubectl apply -f https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/v0.149.0/examples/k8s/otel-config.yaml

上記の例を出発点として利用し、実際の本番環境での使用前に拡張およびカスタマイズすることを目的としています。 本番環境向けのカスタマイズとインストールについては、OpenTelemetry Helm Chartsを参照してください。

また、OpenTelemetry Operatorを使用して、自動アップグレード処理、OpenTelemetry構成に基づくService構成、デプロイメントへのサイドカーの自動注入などの機能を備えたOpenTelemetry Collectorインスタンスをプロビジョニングおよび管理することもできます。

Kubernetesでコレクターを使用する方法のガイダンスについては、Kubernetesのはじめにを参照してください。


最終更新 April 14, 2026: chore(ja): update drift status (43066858)