# Multiple replica support for Kubernetes agent

## Web app & backend

### New

* **Multiple replica support for Kubernetes agent.** To improve the redundancy of the Kubernetes agent, the `bzero` Kubernetes agent now supports multiple replicas to prevent connection disruption if a pod is evicted or a cluster is upgraded, etc. See our guide [here](https://docs.bastionzero.com/docs/deployment/installing-the-agent#multi-replica-support-for-the-kubernetes-agent-using-helm).&#x20;

### Enhancements

* **Include your issue directly in your `zli send-logs` command.** This release of the backend contains the changes necessary to support including the `issue` flag in the `zli send-logs` command.

### Fixes

* **JIT icon.** Resolved an issue in the web app with the JIT icon being clipped depending on screen size.&#x20;
* **Accordion style headers.** Resolved an issue in the web app with spacing of accordion style headers.&#x20;

For questions or to provide feedback on how we can improve our updates, reach out to [<mark style="color:purple;">product@bastionzero.com</mark>](mailto:product@bastionzero.com).


---

# Agent Instructions: 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://changes.bastionzero.com/2024/multiple-replica-support-for-kubernetes-agent.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.
