> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/1password/overview.md).

# Kubernetes 統合

Kubernetes 統合を使用して、[1Password Connect Server](https://developer.1password.com/docs/connect/)または[1Password サービス アカウント](https://developer.1password.com/docs/service-accounts/)を Kubernetes クラスターにデプロイできます。

[1Password は、 Kubernetes Secrets Injector](https://developer.1password.com/docs/k8s/k8s-integrations/#kubernetes-injector)、[Kubernetes Operator](https://developer.1password.com/docs/k8s/k8s-integrations/#kubernetes-operator)、[Helm チャート](https://developer.1password.com/docs/k8s/k8s-integrations/#1password-helm-charts)(Kubernetes Injector と Kubernetes Operator の両方をサポート)など、複数の Kubernetes 統合を提供します。最適な統合オプションは、固有の環境によって異なります。

### **Comparison** <a href="#wsyu2jr0q0bv" id="wsyu2jr0q0bv"></a>

Kubernetes Injector と Kubernetes Operator はどちらも、1Password のシークレットを Kubernetes 環境に挿入できるようにすることで機能します。ただし、意図したユースケースと必要条件によって若干異なります。

1Password Helm チャートを使うと、Connect サーバー、Kubernetes Operator、または Kubernetes Injector をより簡単にデプロイできます。

統合間の違いについては、次の表を参照してください。

| **特徴**                             | [**Kubernetes インジェクター**](https://developer.1password.com/docs/k8s/k8s-integrations/#kubernetes-injector) | [**Kubernetes オペレーター**](https://developer.1password.com/docs/k8s/k8s-integrations/#kubernetes-operator) |
| ---------------------------------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| サービスアカウントをサポート                     | はい                                                                                                       | いいえ                                                                                                     |
| Connectサーバーをサポート                   | はい                                                                                                       | はい                                                                                                      |
| 秘密を細かく選択できる                        | はい                                                                                                       | いいえ                                                                                                     |
| Kubernetes Secretsを使う              | いいえ                                                                                                      | はい                                                                                                      |
| 1PasswordアイテムをKubernetesポッドに直接注入する | はい                                                                                                       | いいえ                                                                                                     |
| 複数の認証情報を同時に操Create                 | はい                                                                                                       | いいえ                                                                                                     |
| 1Passwordの項目が変更された場合の自動再展開をサポート    | いいえ                                                                                                      | はい                                                                                                      |
| デプロイするには接続トークンが必要です                | いいえ                                                                                                      | はい                                                                                                      |

#### **Kubernetes Injector** <a href="#id-91vt1mvbku4u" id="id-91vt1mvbku4u"></a>

1Password Kubernetes Secrets Injector は、1Password シークレットを環境変数として Kubernetes ポッドまたはデプロイメントに挿入できる変更可能な Webhook を実装します。Kubernetes Injector は、[Connect サーバー](https://developer.1password.com/docs/connect)または[サービス アカウント](https://developer.1password.com/docs/service-accounts)で使用できます。

[Kubernetesインジェクターを使い始める](https://developer.1password.com/docs/k8s/k8s-injector/)

#### **Kubernetes Operator** <a href="#id-5vx5plkgjrst" id="id-5vx5plkgjrst"></a>

1Password Connect Kubernetes Operatorは[Kubernetes Secretsを統合します](https://kubernetes.io/docs/concepts/configuration/secret/)1Password を 1 つ以上の Connect サーバーと連携して使うと、次のことが可能になります。

* 1Password アイテムから Kubernetes シークレットをCreateし、Kubernetes デプロイメントにロードします。
* 1Password アイテムが更新されると、自動的にデプロイメントを再起動します。

[Kubernetes Operatorを使い始める](https://developer.1password.com/docs/k8s/k8s-operator/)

#### **1Password Helm charts** <a href="#pi464rjeu4rw" id="pi464rjeu4rw"></a>

[Helm](https://helm.sh/)は、Helm チャートと呼ばれる仕様ファイルを通じて Kubernetes アプリケーションを管理するのに役立つツールです。Helm チャートは Kubernetes アプリケーションを定義し、共有、インストール、アップグレードを容易にします。

公式の 1Password Helm チャートを使うと、事前定義された仕様を使用して Secrets Automation ワークフローのデプロイメントをCreateできます。

[1Password Helmチャートを使い始める](https://developer.1password.com/docs/k8s/k8s-helm/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.dxable.com/1password/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
