Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs-kubex/Content/Cloudex/Catalog_Map_Tab.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: "Catalog Map"
---

import { ImageCard } from "/snippets/ImageCard.mdx";

## Overview

The Kubex catalog map allows you to view a range of recommended instance type options for public cloud instances. The map view shows the AWS or Azure catalog scores for the selected instance.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ Table: Spectrum Right-click Behavior
<thead>
<tr>
<th>
<p>
Icon</p>

<p>Icon</p>
</th>

<th>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ title: "New Features"

The following sections provide details of new features and updates introduced in each release.

- Kubex -- Features & enhancements in the latest Kubex releases.
- [Container Data Forwarder](#container-data-forwarder) -- Updates to Kubex's Container data collection module.
- [Kubex Automation Engine](#kubex-automation-engine) -- Updates to Kubex's Automation Engine module.
- [Kubex](#kubex) -- Features & enhancements in the latest Kubex releases.
- [Kubex Data Collector](#container-data-forwarder) -- Updates to the Kubex Data Collector.
- [Kubex Automation Engine](#kubex-automation-engine) -- Updates to the Kubex Automation Engine.

## Kubex

Expand Down Expand Up @@ -1073,15 +1073,15 @@ columns
</Accordion>
</Accordion>

## Container Data Forwarder
## Kubex Data Collector

This section lists new features and updates to the Container Data Forwarder.
This section lists new features and updates to the Kubex Data Collector.

A Helm chart bundles all of the components required for container data collection and automates the process. See [Kubex Collection Stack](https://github.com/densify-dev/helm-charts/tree/master/charts/kubex-automation-stack) for details for a single-cluster configuration.

Refer to [Github repository](https://github.com/densify-dev/container-data-collection/blob/main/README.md) for samples and configuration files for multi-cluster configurations.

When deploying the Container Data Forwarder ensure that the same version is deployed for all of your clusters. See [Data Collection for Containers](../Data_Collection_for_Public_Cloud_Systems/Container_Data_Collection_Overview)
When deploying the Kubex Data Collector ensure that the same version is deployed for all of your clusters. See [Data Collection for Containers](../Data_Collection_for_Public_Cloud_Systems/Container_Data_Collection_Overview)

<Accordion title="4.4.0 - March 23, 2026">
<Accordion title="Ephemeral Storage metrics">
Expand Down Expand Up @@ -1542,9 +1542,9 @@ When deploying the Container Data Forwarder ensure that the same version is depl
- The data forwarder has been upgraded to Go 1.22,
- Updated examples for both single and multiple cluster configurations are provided in the new [Github repository](https://github.com/densify-dev/container-data-collection/blob/main/README.md).
</Accordion>
<Accordion title="End of Support Notice - Container Data Forwarder 3.x.x">
Kubex will discontinue support of Container Data Forwarder versions 3.x.x on June 30, 2024. Contact <a href="mailto:support@kubex.ai">
support@kubex.ai</a> for details on migrating to Kubex's current version of the Container Data Forwarder.
<Accordion title="End of Support Notice - Kubex Data Collector 3.x.x">
Kubex will discontinue support of Kubex Data Collector versions 3.x.x on June 30, 2024. Contact <a href="mailto:support@kubex.ai">
support@kubex.ai</a> for details on migrating to Kubex's current version of the Kubex Data Collector.
</Accordion>
</Accordion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,69 +38,3 @@ Issues resolved in each release are listed below:
- Incorrect memory conversion when using the API.
</Accordion>

## Data Forwarder Resolved Issues

<Accordion title="4.2.0 - May 15, 2024 ">
- Data forwarder fails on HPA configured to scale on more than one metric.
</Accordion>

<Accordion title="4.1.3 - April 1, 2024">
- Nodes not being identified correctly and not being linked to their containers.
</Accordion>

<Accordion title="4.1.2 - March 17, 2024 ">
- Node utilization exceeding 100%.
</Accordion>

<Accordion title="4.1.1 - November 27, 2024 ">
- CPU/Memory reservation percent value exceeding 100%. This value is calculated for nodes, node groups and clusters.
</Accordion>

<Accordion title="4.1.0 - September 19, 2024 ">
- Namespaces missing containers.
</Accordion>

<Accordion title="4.0.0 - May 28, 2024 ">
- Issue related to handling version changes and additions to kube-state-metrics.
- Issue with Kubernetes Resource Quota metrics collection.
- Issue in which a panic condition was encountered during collection of NodeGroups data.
- Issue related to linking of readme.md files on Docker hub.
</Accordion>

## Kubex Automation Engine Resolved Issues (Legacy)

<Note>
The Kubex Automation Controller has been deprecated and replaced by the Kubex Automation Engine. For current resolved issues, refer to the [Kubex Automation Engine CHANGELOG](https://github.com/densify-dev/helm-charts/blob/master/charts/kubex-automation-engine/CHANGELOG.md).
</Note>

### Legacy Kubex Automation Controller Resolved Issues

<Accordion title="1.0.8 - December 12, 2025">
- Issue where deployments in air-gapped or restricted network environments could not deploy the controller due to inability to pull the wait-for-Valkey init container image from public registries.
</Accordion>

<Accordion title="1.0.7 - December 11, 2025">
- Issue where mutating webhook was triggering on pod updates in addition to pod creation, causing unnecessary processing overhead.
- Issue with API timeouts during peak loads when retrieving recommendations from the Kubex API.
- Issue where pods with `cluster-autoscaler.kubernetes.io/safe-to-evict=false` annotation could be evicted despite the safety restriction.
- Issue in mixed clusters where Windows nodes were incorrectly considered for in-place resizing, which is not supported on Windows. Windows nodes are now automatically excluded from in-place resize attempts.
</Accordion>

<Accordion title="1.0.6 - December 9, 2025">
- Issue where the mutating webhook was being triggered unnecessarily during pod update operations, causing increased API server load.
</Accordion>

<Accordion title="1.0.4 - November 4, 2025">
- Issue where customers using external secret management tools could not deploy the controller without allowing the Helm chart to create secrets internally.
- Issue where the controller could only be deployed in specific predefined namespaces, limiting flexibility in multi-tenant environments.
</Accordion>

<Accordion title="1.0.3 - October 31, 2025">
- Issue where environment variables lacked namespace context, complicating multi-namespace deployments and troubleshooting.
</Accordion>

<Accordion title="1.0.1 - August 22, 2025">
- Issue where secrets exposed through environment variables could be viewed through process listings.
- Issue where CA bundle had to be manually configured for webhook TLS certificates.
- Issue where gateway container lacked resource limits, potentially causing resource contention.
</Accordion>
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ The full list of the third-party software libraries used by Kubex is provided he



## Kubex Container Data Collector
The list of third-party software libraries used by the Container data collection module is provided on the [Kubex GitHub](https://github.com/densify-dev/container-data-collection) page.
2 changes: 1 addition & 1 deletion snippets/Carousel.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useState, useRef, useEffect } from 'react';
import { useState, useRef, useEffect } from '/snippets/react';

export const Carousel = ({ images = [] }) => {
const [currentIndex, setCurrentIndex] = useState(0);
Expand Down
2 changes: 1 addition & 1 deletion snippets/CarouselExample.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Exemplo de Uso do Carousel"
description: "Como usar o componente Carousel para exibir múltiplas imagens"
---

import { Carousel } from './Carousel.mdx';
import { Carousel } from '/snippets/Carousel.mdx';

# Exemplo de Uso do Carousel

Expand Down