# RedPandaKafkaUiContainerResource

- Module: [CommunityToolkit.Aspire.Hosting.RedPanda](/reference/api/typescript/communitytoolkit.aspire.hosting.redpanda.md)
- Version: `13.5.0`
- Kind: `handle`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/tree/4ff8268fbd97ddd23cb73dc8eff9cc92718156d1)

A resource that represents a Kafka UI container (the `kafbat/kafka-ui` image), a web UI for managing and inspecting one or more Kafka API compatible brokers such as Redpanda.

## Definition

```typescript
interface RedPandaKafkaUiContainerResource
  extends IComputeResource,
    IResource,
    IResourceWithArgs,
    IResourceWithEndpoints,
    IResourceWithEnvironment,
    IResourceWithProbes,
    IResourceWithWaitSupport { }
```
