<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Kiali – Terminology</title>
    <link>https://v2-24.kiali.io/docs/architecture/terminology/</link>
    <description>Recent content in Terminology on Kiali</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    
	  <atom:link href="https://v2-24.kiali.io/docs/architecture/terminology/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Docs: Concepts</title>
      <link>https://v2-24.kiali.io/docs/architecture/terminology/concepts/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://v2-24.kiali.io/docs/architecture/terminology/concepts/</guid>
      <description>
        
        
        &lt;h3 id=&#34;application&#34;&gt;Application&lt;/h3&gt;
&lt;p&gt;Is a logical grouping of &lt;a href=&#34;#workload&#34;&gt;Workloads&lt;/a&gt; defined by the application labels that users apply to an object. In Istio it is defined by the &lt;a href=&#34;#label-app&#34;&gt;Label App&lt;/a&gt;. See &lt;a href=&#34;https://istio.io/docs/setup/kubernetes/spec-requirements/&#34;&gt;Istio Label Requirements&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;application-name&#34;&gt;Application Name&lt;/h3&gt;
&lt;p&gt;It&amp;rsquo;s the name of the &lt;a href=&#34;#application&#34;&gt;Application&lt;/a&gt; deployed in your environment. This name is provided by the &lt;a href=&#34;#label-app&#34;&gt;Label App&lt;/a&gt; on the &lt;a href=&#34;#workload&#34;&gt;Workload&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;envoy&#34;&gt;Envoy&lt;/h3&gt;
&lt;p&gt;A proxy that Istio starts for each pod in the service mesh.
For more information see the &lt;a href=&#34;https://istio.io/docs/ops/deployment/architecture/#envoy&#34;&gt;Istio Envoy Documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;envoy-health&#34;&gt;Envoy Health&lt;/h3&gt;
&lt;p&gt;A health check performed by Envoy proxies, for inbound and outbound traffic: see membership_healthy and membership_total from &lt;a href=&#34;https://www.envoyproxy.io/docs/envoy/v1.7.1/configuration/cluster_manager/cluster_stats#general&#34;&gt;Envoy documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;istio-objectconfiguration-type&#34;&gt;Istio object/configuration Type&lt;/h3&gt;
&lt;p&gt;This is the type specified in the Istio Config. This could be any of the following types: Gateway, &lt;a href=&#34;#virtual-service&#34;&gt;Virtual Service&lt;/a&gt;, DestinationRule, ServiceEntry, Rule, Quota or QuotaSpecBinding.&lt;/p&gt;
&lt;h3 id=&#34;istio-sidecar&#34;&gt;Istio Sidecar&lt;/h3&gt;
&lt;p&gt;For more information see the Istio Sidecar definition in &lt;a href=&#34;https://istio.io/v1.5/docs/reference/commands/sidecar-injector/&#34;&gt;Istio Sidecar Documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;label&#34;&gt;Label&lt;/h3&gt;
&lt;p&gt;It&amp;rsquo;s a user-created tag to identify a set of objects.&lt;/p&gt;
&lt;p&gt;An empty &lt;a href=&#34;https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/&#34;&gt;label selector&lt;/a&gt; (that is, one with zero requirements) selects every object in the collection.&lt;/p&gt;
&lt;p&gt;A null &lt;a href=&#34;https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/&#34;&gt;label selector&lt;/a&gt; (which is only possible for optional selector fields) selects no objects.&lt;/p&gt;
&lt;p&gt;For example, Istio uses the &lt;a href=&#34;#label-app&#34;&gt;Label App&lt;/a&gt; &amp;amp; &lt;a href=&#34;#label-version&#34;&gt;Label Version&lt;/a&gt; on a &lt;a href=&#34;#workload&#34;&gt;Workload&lt;/a&gt; to specify the version and the application.&lt;/p&gt;
&lt;h3 id=&#34;label-app&#34;&gt;Label App&lt;/h3&gt;
&lt;p&gt;This is the &amp;lsquo;app&amp;rsquo; label on an object. For more information, see &lt;a href=&#34;https://istio.io/docs/setup/kubernetes/spec-requirements/&#34;&gt;Istio Label Requirements&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;label-version&#34;&gt;Label Version&lt;/h3&gt;
&lt;p&gt;This is the &amp;lsquo;version&amp;rsquo; label on an object. For more information, see &lt;a href=&#34;https://istio.io/docs/setup/kubernetes/spec-requirements/&#34;&gt;Istio Label Requirements&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;namespace&#34;&gt;Namespace&lt;/h3&gt;
&lt;p&gt;Namespaces are intended for use in environments with many users spread across multiple teams, or projects.&lt;/p&gt;
&lt;p&gt;Namespaces are a way to divide cluster resources between multiple users.&lt;/p&gt;
&lt;h3 id=&#34;quota&#34;&gt;Quota&lt;/h3&gt;
&lt;p&gt;A limited or fixed number or amount of resources.&lt;/p&gt;
&lt;h3 id=&#34;replicaset&#34;&gt;ReplicaSet&lt;/h3&gt;
&lt;p&gt;Ensures that a specified number of pod replicas are running at any one time.&lt;/p&gt;
&lt;h3 id=&#34;service&#34;&gt;Service&lt;/h3&gt;
&lt;p&gt;A Service is an abstraction which defines a logical set of Pods and a policy by which to access them.  A Service is determined by a &lt;a href=&#34;#label&#34;&gt;Label&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;service-entry&#34;&gt;Service Entry&lt;/h3&gt;
&lt;p&gt;For more information see the Service Entry definition in &lt;a href=&#34;https://istio.io/docs/reference/config/networking/service-entry&#34;&gt;Istio Service Entry Documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;virtual-service&#34;&gt;Virtual Service&lt;/h3&gt;
&lt;p&gt;For more information see the Virtual Service definition in &lt;a href=&#34;https://istio.io/docs/reference/config/networking/virtual-service&#34;&gt;Istio VirtualService Documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;workload&#34;&gt;Workload&lt;/h3&gt;
&lt;p&gt;For more information see the &lt;a href=&#34;https://istio.io/help/glossary/#workload&#34;&gt;Istio Workload definition&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: Networking</title>
      <link>https://v2-24.kiali.io/docs/architecture/terminology/networking/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://v2-24.kiali.io/docs/architecture/terminology/networking/</guid>
      <description>
        
        
        &lt;h3 id=&#34;destination&#34;&gt;Destination&lt;/h3&gt;
&lt;p&gt;For more information see the Destination definition in the &lt;a href=&#34;https://istio.io/help/glossary/#destination&#34;&gt;Istio Glossary&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;destination-rule&#34;&gt;Destination Rule&lt;/h3&gt;
&lt;p&gt;For more information see the &lt;a href=&#34;https://istio.io/docs/reference/config/networking/destination-rule&#34;&gt;Istio Destination Rule Documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;endpoint&#34;&gt;Endpoint&lt;/h3&gt;
&lt;p&gt;A communication endpoint is a type of communication network node. It is an interface exposed by a communicating party or by a communication channel.&lt;/p&gt;
&lt;h3 id=&#34;error-rate&#34;&gt;Error Rate&lt;/h3&gt;
&lt;p&gt;It&amp;rsquo;s the percentage of errors in the traffic to a specific object for a &lt;a href=&#34;#rate-interval&#34;&gt;Rate Interval&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;gateway&#34;&gt;Gateway&lt;/h3&gt;
&lt;p&gt;For more information see the Gateway definition in the &lt;a href=&#34;https://istio.io/docs/reference/config/networking/gateway&#34;&gt;Istio Gateway Documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;inbound-metrics&#34;&gt;Inbound Metrics&lt;/h3&gt;
&lt;p&gt;Metrics on requests received by a given Workload, Service or Application.&lt;/p&gt;
&lt;h3 id=&#34;outbound-metrics&#34;&gt;Outbound Metrics&lt;/h3&gt;
&lt;p&gt;Metrics on requests emitted by a given Workload or Application.&lt;/p&gt;
&lt;h3 id=&#34;port&#34;&gt;Port&lt;/h3&gt;
&lt;p&gt;For more information see the &lt;a href=&#34;https://istio.io/docs/reference/config/networking/gateway#Port&#34;&gt;Istio Port Documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;rate-interval&#34;&gt;Rate Interval&lt;/h3&gt;
&lt;p&gt;It&amp;rsquo;s an amount of time. By Default in Kiali last 10 minutes.&lt;/p&gt;
&lt;h3 id=&#34;rule&#34;&gt;Rule&lt;/h3&gt;
&lt;p&gt;It&amp;rsquo;s an object that manages external access to the services in a cluster, typically HTTP.&lt;/p&gt;
&lt;h3 id=&#34;source&#34;&gt;Source&lt;/h3&gt;
&lt;p&gt;For more information see the Source definition in the &lt;a href=&#34;https://istio.io/help/glossary/#source&#34;&gt;Istio Glossary&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;subset&#34;&gt;Subset&lt;/h3&gt;
&lt;p&gt;For more information see the &lt;a href=&#34;https://istio.io/docs/reference/config/networking/destination-rule&#34;&gt;Istio Subset Documentation&lt;/a&gt;.&lt;/p&gt;

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