---
title: "Get MetalLB address pool"
method: GET
path: "/api/v1/k8s/clusters/{cluster_id}/metallb-pool"
tags: ["Kubernetes"]
---

# Get MetalLB address pool

`GET /api/v1/k8s/clusters/{cluster_id}/metallb-pool`

## Path parameters

- `cluster_id` string, required

## Headers

- `X-Project-ID` string, uuid, required

## Response `200`

MetalLB pool state

- object
  - `success` boolean
  - `pool` K8sMetalLBPool
    - `enabled` boolean
    - `found` boolean — The address pool exists in the cluster
    - `addresses` string
    - `size` integer
    - `max_size` integer

## Other responses

- `404` — Resource not found

## Changes

- **2026-08-23** `72c803a128b2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rafftechnologies/apis/raff-api/changes/api/v1/k8s/clusters/:cluster_id/metallb-pool/get.md)

---

[API](https://skmtc.dev/rafftechnologies/apis/raff-api.md) · [All operations](https://skmtc.dev/rafftechnologies/apis/raff-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rafftechnologies/raff-api/revisions/2f4df56be77c/schema)
