<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Kiali – OSSMC</title>
    <link>https://v2-24.kiali.io/docs/ossmc/</link>
    <description>Recent content in OSSMC on Kiali</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    
	  <atom:link href="https://v2-24.kiali.io/docs/ossmc/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Docs: OSSMC User Guide</title>
      <link>https://v2-24.kiali.io/docs/ossmc/users-guide/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://v2-24.kiali.io/docs/ossmc/users-guide/</guid>
      <description>
        
        
        &lt;p&gt;The OpenShift Service Mesh Console (OSSMC) is an extension to the OpenShift Console which provides visibility into your Service Mesh. With the OSSMC plugin installed, a new &lt;strong&gt;Service Mesh&lt;/strong&gt; menu category is available in the navigation menu on the left side of the web console, as well as new &lt;strong&gt;Service Mesh&lt;/strong&gt; tabs that enhance the existing &lt;strong&gt;Workloads&lt;/strong&gt; and &lt;strong&gt;Services&lt;/strong&gt; OpenShift console detail pages.&lt;/p&gt;
&lt;p&gt;The features of the OSSMC plugin are the same as those of the standalone Kiali Console, but the pages are organized differently to better integrate with the OpenShift console. The OSSMC plugin does not replace the Kiali Console, and after installing the OSSMC plugin, you can still access the standalone Kiali Console. This User Guide, however, will discuss the extensions you see from within the OpenShift Console itself.&lt;/p&gt;


&lt;div class=&#34;alert alert-warning&#34; role=&#34;alert&#34;&gt;


    The OSSMC &lt;a href=&#34;https://github.com/kiali/openshift-servicemesh-plugin/issues/187&#34;&gt;only supports a single tenant today&lt;/a&gt;. Whether that tenant is configured to access only a subset of OpenShift projects or has access cluster-wide to all projects does not matter, however, only a single tenant can be accessed.

&lt;/div&gt;

&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;Overview&lt;/strong&gt; page provides a summary of your mesh by showing cards representing the namespaces participating in the mesh. Each namespace card has summary metric graphs and additional health details. There are links in the cards that take you to other pages within OSSMC.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://v2-24.kiali.io/images/documentation/installation/installation-guide/20-overview.png&#34; alt=&#34;Overview&#34;&gt;&lt;/p&gt;
&lt;h2 id=&#34;traffic-graph&#34;&gt;Traffic Graph&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;Traffic Graph&lt;/strong&gt; page provides the full topology view of your mesh. The mesh is represented by nodes and edges - each node representing a component of the mesh and each edge representing traffic flowing through the mesh between components.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://v2-24.kiali.io/images/documentation/installation/installation-guide/21-graph.png&#34; alt=&#34;Graph&#34;&gt;&lt;/p&gt;
&lt;h2 id=&#34;istio-config&#34;&gt;Istio Config&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;Istio Config&lt;/strong&gt; page provides a list of all Istio configuration files in your mesh with a column that provides a quick way to know if the configuration for each resource is valid.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://v2-24.kiali.io/images/documentation/installation/installation-guide/22-istioconfig.png&#34; alt=&#34;Istio Config&#34;&gt;&lt;/p&gt;
&lt;h2 id=&#34;mesh&#34;&gt;Mesh&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;Mesh&lt;/strong&gt; page provides detailed information about the Istio infrastructure status. It shows an infrastructure topology view with core and add-on components, their health, and how they are connected to each other.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://v2-24.kiali.io/images/documentation/installation/installation-guide/22-mesh.png&#34; alt=&#34;Istio Config&#34;&gt;&lt;/p&gt;
&lt;h2 id=&#34;workload&#34;&gt;Workload&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;Workloads&lt;/strong&gt; view has a tab &lt;strong&gt;Service Mesh&lt;/strong&gt; that provides a lot of mesh-related detail for the selected workload. The details are grouped into several sub-tabs: Overview, Traffic, Logs, Inbound Metrics, Outbound Metrics, Traces, and Envoy.&lt;/p&gt;
&lt;h3 id=&#34;workload-overview&#34;&gt;Workload: Overview&lt;/h3&gt;
&lt;p&gt;The &lt;strong&gt;Workload: Overview&lt;/strong&gt; sub-tab provides a summary of the selected workload including a localized topology graph showing the workload with all inbound and outbound edges and nodes.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://v2-24.kiali.io/images/documentation/installation/installation-guide/23-workload.png&#34; alt=&#34;Workload: Overview&#34;&gt;&lt;/p&gt;
&lt;h3 id=&#34;workload-traffic&#34;&gt;Workload: Traffic&lt;/h3&gt;
&lt;p&gt;The &lt;strong&gt;Workload: Traffic&lt;/strong&gt; sub-tab provides information about all inbound and outbound traffic to the workload.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://v2-24.kiali.io/images/documentation/installation/installation-guide/24-workload-traffic.png&#34; alt=&#34;Workload: Traffic&#34;&gt;&lt;/p&gt;
&lt;h3 id=&#34;workload-logs&#34;&gt;Workload: Logs&lt;/h3&gt;
&lt;p&gt;The &lt;strong&gt;Workload: Logs&lt;/strong&gt; sub-tab provides the logs for the workload&amp;rsquo;s containers. You can view container logs individually or in a unified fashion, ordered by log time. This is especially helpful to see how the Envoy sidecar proxy logs relate to your workload&amp;rsquo;s application logs. You can enable the tracing span integration which then allows you to see which logs correspond to trace spans.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://v2-24.kiali.io/images/documentation/installation/installation-guide/25-workload-logs.png&#34; alt=&#34;Workload: Logs&#34;&gt;&lt;/p&gt;
&lt;h3 id=&#34;workload-metrics&#34;&gt;Workload: Metrics&lt;/h3&gt;
&lt;p&gt;You can see both inbound and outbound metric graphs in the corresponding sub-tabs. All the workload metrics can be displayed here, providing you with a detail view of the performance of your workload. You can enable the tracing span integration which allows you to see which spans occurred at the same time as the metrics. You can then click on a span marker in the graph to view the specific spans associated with that timeframe.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://v2-24.kiali.io/images/documentation/installation/installation-guide/26-workload-metrics.png&#34; alt=&#34;Workload: Metrics&#34;&gt;&lt;/p&gt;
&lt;h3 id=&#34;workload-traces&#34;&gt;Workload: Traces&lt;/h3&gt;
&lt;p&gt;The &lt;strong&gt;Traces&lt;/strong&gt; sub-tab provides a chart showing the trace spans collected over the given timeframe. Click on a bubble to drill down into those trace spans; the trace spans can provide you the most low-level detail within your workload application, down to the individual request level.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://v2-24.kiali.io/images/documentation/installation/installation-guide/27-workload-traces.png&#34; alt=&#34;Workload: Traces&#34;&gt;&lt;/p&gt;
&lt;p&gt;The trace details view will give further details, including heatmaps that provide you with a comparison of one span in relation to other requests and spans in the same timeframe.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://v2-24.kiali.io/images/documentation/installation/installation-guide/28-workload-traces-details.png&#34; alt=&#34;Workload: Traces Details&#34;&gt;&lt;/p&gt;
&lt;p&gt;If you hover over a cell in a heatmap, a tooltip will give some details on the cell data:&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://v2-24.kiali.io/images/documentation/installation/installation-guide/29-workload-traces-heatmap.png&#34; alt=&#34;Workload: Traces Heatmap&#34;&gt;&lt;/p&gt;
&lt;p&gt;When the OpenShift tracing UI plugin is enabled, Kiali will try to auto discover the plugin settings and the &lt;code&gt;View in Tracing&lt;/code&gt; Kiali link will redirect to the plugin (for Kiali 2.8.0+).
If the plugin config needs to be adjusted, the following settings should be included in the &lt;code&gt;plugin-conf&lt;/code&gt; ConfigMap:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;{&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;...&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;observability&amp;#34;: &lt;/span&gt;{&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;instance&amp;#34;: &lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;sample&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;namespace&amp;#34;: &lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;tempo&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;tenant&amp;#34;: &lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;default&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;  &lt;/span&gt;}&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;&lt;/span&gt;}&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;workload-envoy&#34;&gt;Workload: Envoy&lt;/h3&gt;
&lt;p&gt;The &lt;strong&gt;Envoy&lt;/strong&gt; sub-tab provides information about the Envoy sidecar configuration. This is useful when you need to dig down deep into the sidecar configuration when debugging things such as connectivity issues.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://v2-24.kiali.io/images/documentation/installation/installation-guide/30-workload-envoy.png&#34; alt=&#34;Workload: Envoy&#34;&gt;&lt;/p&gt;
&lt;h2 id=&#34;services&#34;&gt;Services&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;Services&lt;/strong&gt; view has a tab &lt;strong&gt;Service Mesh&lt;/strong&gt; that provides mesh-related detail for the selected service. The details are grouped into several sub-tabs: Overview, Traffic, Inbound Metrics, Traces. These sub-tabs are similar in nature as the Workload sub-tabs with the same names and serve the same functions.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://v2-24.kiali.io/images/documentation/installation/installation-guide/31-services-overview.png&#34; alt=&#34;Services: Overview&#34;&gt;&lt;/p&gt;
&lt;h2 id=&#34;projects&#34;&gt;Projects&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;Projects&lt;/strong&gt; view has a tab &lt;strong&gt;Service Mesh&lt;/strong&gt; that provides traffic graph information about that project. It is the same information shown in the &lt;a href=&#34;#traffic-graph&#34;&gt;&lt;strong&gt;Traffic Graph&lt;/strong&gt;&lt;/a&gt; page but specific to that project.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://v2-24.kiali.io/images/documentation/installation/installation-guide/32-projects-graph.png&#34; alt=&#34;Projects: Overview&#34;&gt;&lt;/p&gt;

      </description>
    </item>
    
  </channel>
</rss>
