> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kubex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Optimizing Public Cloud

export const InlineImageWithText = ({src, href, children, width = 80, caption}) => {
  return <span className="inline-flex items-center gap-3 align-middle">
            <a href={href} className="inline-block border-b-0">
                <Frame caption={caption}>
                    <img src={src} alt="" className="object-contain align-middle " width={width} style={{
    minWidth: width
  }} />
                </Frame>
            </a>
            <span className="align-middle">{children}</span>
        </span>;
};

<InlineImageWithText src="/images/docs-kubex/Content/Cloudex/03000171_63x62.png">
  Kubex provides a simple, yet powerful interface to optimize your public cloud environment. The <a href="/docs-kubex/Content/Cloudex/Using_the_Cloud_Tree_Viewer">tree viewer</a> offers an intuitive and efficient way to navigate and explore your public cloud environment. See <a href="/docs-kubex/Content/Kubex/Visualizing_Your_Data">Visualizing Your Data</a> for details of navigation and other UI features.
</InlineImageWithText>

<InlineImageWithText src="/images/docs-kubex/Content/Cloudex/03000109_64x59.png">
  Use the <a href="/docs-kubex/Content/Cloudex/Cloud_Connections">Connections</a> button to monitor the status of data collection for each of your clusters. The Connections icon is the last option in the Cloud bar.
</InlineImageWithText>

<Frame caption="Figure: Cloud Analysis">
  <img src="https://mintcdn.com/densify/PbuHR0XRoCgbSmr4/images/docs-cloudex/cloud_landingpage.png?fit=max&auto=format&n=PbuHR0XRoCgbSmr4&q=85&s=2aa8ca4ae0e460df85b89d931dc3f830" alt="" width="1264" height="669" data-path="images/docs-cloudex/cloud_landingpage.png" />
</Frame>

Various reporting tabs provide all the required features:

<ul>
  <li>
    <a href="/docs-kubex/Content/Cloudex/Summary_Tab-Cloud"> Summary </a>
    \--Shows a graphical summary of the selected scope of systems. Use the tree viewer to select the scope of systems to incude.
  </li>

  <li>
    <a href="/docs-kubex/Content/Cloudex/AI_Analysis_Details_Table-Cloud"> Analysis Details </a>
    \--Shows analysis details of the selected scope of your environment in various tabular views with utilization charts for a selected system.
  </li>

  <li>
    <a href="/docs-kubex/Content/Kubex/Overview_Tab"> Overview </a> and <a href="/docs-kubex/Content/Cloudex/Catalog_Map_Tab"> Catalog Map </a>
    \--These tabs are only available when a single instance is selected.
  </li>
</ul>

#### Video Resources

<AccordionGroup>
  <Accordion title="Using the Tree Viewer">
    <iframe frameborder="0" height="310" src="https://player.vimeo.com/video/1038945637?title=0&byline=0&portrait=0&badge=0&autopause=0&player_id=0&app_id=58479" width="550" />

    <a href="https://player.vimeo.com/video/1038945637?title=0&byline=0&portrait=0&badge=0&autopause=0&player_id=0&app_id=58479" target="_blank">Using the Tree Viewer</a>
  </Accordion>
</AccordionGroup>
