> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-docs-1917.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Kubernetes에서 에이전트에 필요한 권한은 무엇인가요?

다음 Kubernetes 매니페스트는 `wandb` 네임스페이스에 `wandb-launch-agent`라는 이름의 역할을 생성합니다. 이 역할은 에이전트가 `wandb` 네임스페이스에서 파드, ConfigMap, Secret을 생성하고 파드 로그에 접근할 수 있도록 합니다. `wandb-cluster-role`은 에이전트가 지정된 모든 네임스페이스에서 파드를 생성하고, 파드 로그에 접근하고, Secret과 작업을 생성하며, 작업 상태를 확인할 수 있도록 합니다.
