> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/wkufurtogaido/additional-cloud-providers/scanning-ovh-cloud-with-aikido.md).

# Aikido で OVH Cloud をスキャン

Aikido は、特定の統合を通じて OVHcloud 上のワークロード保護を完全にサポートします。ネイティブ統合は将来的に追加される可能性がありますが、以下を組み合わせることで、すでに完全なカバレッジを実現できます：<br>

* [**コンテナイメージのスキャン**](#container-image-scanning) OVHcloud のレジストリ、またはその他の OCI 対応レジストリ向け
* [**Kubernetes クラスタのスキャン**](#kubernetes-cluster-scanning) OVHcloud Managed Kubernetes またはセルフマネージドのクラスター向け
* [**Kubernetes クラスタのイメージスキャン**](#kubernetes-cluster-image-scanning) OVHcloud Managed Kubernetes またはセルフマネージドのクラスター向け
* [**仮想マシンのスキャン**](#virtual-machine-scanning) OVHcloud インスタンス上の Local VM Scanner 経由で

## 機能

### コンテナイメージのスキャン

OVHcloud のコンテナレジストリと、OVHcloud から利用するほとんどのサードパーティ製レジストリは OCI 互換であるため、Aikido を使ってスキャンできます。

OVH レジストリに読み取り専用またはプル専用のユーザーを作成します： <https://help.ovhcloud.com/csm/en-public-cloud-private-registry-creation?id=kb_article_view&sysparm_article=KB0050328>

コンテナイメージのスキャンを設定するには、以下の OCI ガイドに従ってください

{% content-ref url="/pages/6a5d72cfab9a6689c7c638172ccd7e285110bf66" %}
[汎用 OCI 互換レジストリ](/docs/docs-ja/kontenaimjisukyan/standalone-registries/generic-oci-compatible-registry.md)
{% endcontent-ref %}

### Kubernetes クラスタのスキャン

OVHcloud Managed Kubernetes を使用している場合、または OVHcloud の VM 上で独自の Kubernetes クラスターを運用している場合は、汎用 Kubernetes クラスターとして接続できます。

{% content-ref url="/pages/4eba08cb1f8abc0f48c31687efde17f5b299aaa0" %}
[Kubernetes クラスタースキャン](/docs/docs-ja/kuraudosukyan/kubernetes-cluster-scanning.md)
{% endcontent-ref %}

### Kubernetes クラスタのイメージスキャン

OVHcloud Managed Kubernetes を使用している場合、または OVHcloud の VM 上で独自の Kubernetes クラスターを運用している場合は、Kubernetes イメージスキャンで稼働中コンテナのイメージをスキャンできます。

{% content-ref url="/pages/ebce01964585f96745600f83b9ba499c97947f41" %}
[Kubernetes クラスター内でのイメージスキャン](/docs/docs-ja/kuraudosukyan/kubernetes-cluster-scanning/kubernetes-in-cluster-image-scanning.md)
{% endcontent-ref %}

### 仮想マシンのスキャン

OVHcloud 上の仮想マシンをスキャンするには、Local VM Scanner を使用します。これにより、パッケージ、システム依存関係、設定をインスタンス上で直接検査します。

{% content-ref url="/pages/bff6559245dacffd7e3b448230318335c527273b" %}
[ローカル VM スキャン](/docs/docs-ja/mashinsukyan/local-vm-scanning.md)
{% endcontent-ref %}

通常の自動化ツール（例：Ansible、Terraform でプロビジョニングしたスクリプト、または cloud-init）を使ってこれを中央で展開すれば、新しい OVHcloud インスタンスは自動的に登録されます。


---

# 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, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/wkufurtogaido/additional-cloud-providers/scanning-ovh-cloud-with-aikido.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
