<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to configure Splunk opentelemetry collector in kubernetes with an OTLP receiver in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-Splunk-opentelemetry-collector-in-kubernetes/m-p/674869#M27837</link>
    <description>&lt;P&gt;Hi, I'm new to Splunk and relatively inexperienced with DevOps topics. I have a Splunk Opentelemetry Collector deployed in the new namespace in my Kubernetes cluster. I want to configure a OTLP Receiver to collect application traces via gRPC. I used &lt;A href="https://github.com/signalfx/splunk-otel-collector-chart" target="_blank" rel="noopener"&gt;https://github.com/signalfx/splunk-otel-collector-chart&lt;/A&gt; to deploy the collector, I also enabled the OTLP receiver and added a new pipeline to the agent config.&lt;/P&gt;&lt;P&gt;However, I struggle to understand how to send traces to the collector.&lt;BR /&gt;As I see in k8s, there are many agents deployed, one for each node&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$kubectl get pods --namespace splunk
NAME                                                        READY   STATUS    RESTARTS   AGE
splunk-otel-collector-agent-286bf                           1/1     Running   0          172m
splunk-otel-collector-agent-2cp2k                           1/1     Running   0          172m
splunk-otel-collector-agent-2gbhh                           1/1     Running   0          172m
splunk-otel-collector-agent-44ts5                           1/1     Running   0          172m
splunk-otel-collector-agent-6ngvz                           1/1     Running   0          173m
splunk-otel-collector-agent-cpmtg                           1/1     Running   0          172m
splunk-otel-collector-agent-dfx8v                           1/1     Running   0          171m
splunk-otel-collector-agent-f4trw                           1/1     Running   0          172m
splunk-otel-collector-agent-g85cw                           1/1     Running   0          172m
splunk-otel-collector-agent-gz9ch                           1/1     Running   0          172m
splunk-otel-collector-agent-hjbmt                           1/1     Running   0          172m
splunk-otel-collector-agent-lttst                           1/1     Running   0          172m
splunk-otel-collector-agent-lzz4f                           1/1     Running   0          172m
splunk-otel-collector-agent-mcgc8                           1/1     Running   0          173m
splunk-otel-collector-agent-snqg8                           1/1     Running   0          173m
splunk-otel-collector-agent-t2gg8                           1/1     Running   0          171m
splunk-otel-collector-agent-tlsfd                           1/1     Running   0          172m
splunk-otel-collector-agent-tr5qg                           1/1     Running   0          172m
splunk-otel-collector-agent-vn2vr                           1/1     Running   0          172m
splunk-otel-collector-agent-xxxmr                           1/1     Running   0          173m
splunk-otel-collector-k8s-cluster-receiver-6b8f85b9-r5kft   1/1     Running   0          9h&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought I need somehow send trace requests to one of this agents, but I don't see any ingresses or services deployed so that my application can use a DNS name for the collector.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$kubectl get services --namespace splunk
No resources found in splunk namespace.&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;$kubectl get ingresses --namespace splunk
No resources found in splunk namespace.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does it mean I have to add some ingresses/svcs by myself, and Splunk otel-collector helm charts don't include them?&lt;/P&gt;&lt;P&gt;Do you have any recommendations on how I can configure this collector to be able to receive traces from applications from other pods in other namespaces using gRPC requests? It would be nice if I can have one URL that automatically gets routed to the collector agents..&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jan 2024 18:43:31 GMT</pubDate>
    <dc:creator>Manior</dc:creator>
    <dc:date>2024-01-19T18:43:31Z</dc:date>
    <item>
      <title>How to configure Splunk opentelemetry collector in kubernetes with an OTLP receiver</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-Splunk-opentelemetry-collector-in-kubernetes/m-p/674869#M27837</link>
      <description>&lt;P&gt;Hi, I'm new to Splunk and relatively inexperienced with DevOps topics. I have a Splunk Opentelemetry Collector deployed in the new namespace in my Kubernetes cluster. I want to configure a OTLP Receiver to collect application traces via gRPC. I used &lt;A href="https://github.com/signalfx/splunk-otel-collector-chart" target="_blank" rel="noopener"&gt;https://github.com/signalfx/splunk-otel-collector-chart&lt;/A&gt; to deploy the collector, I also enabled the OTLP receiver and added a new pipeline to the agent config.&lt;/P&gt;&lt;P&gt;However, I struggle to understand how to send traces to the collector.&lt;BR /&gt;As I see in k8s, there are many agents deployed, one for each node&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$kubectl get pods --namespace splunk
NAME                                                        READY   STATUS    RESTARTS   AGE
splunk-otel-collector-agent-286bf                           1/1     Running   0          172m
splunk-otel-collector-agent-2cp2k                           1/1     Running   0          172m
splunk-otel-collector-agent-2gbhh                           1/1     Running   0          172m
splunk-otel-collector-agent-44ts5                           1/1     Running   0          172m
splunk-otel-collector-agent-6ngvz                           1/1     Running   0          173m
splunk-otel-collector-agent-cpmtg                           1/1     Running   0          172m
splunk-otel-collector-agent-dfx8v                           1/1     Running   0          171m
splunk-otel-collector-agent-f4trw                           1/1     Running   0          172m
splunk-otel-collector-agent-g85cw                           1/1     Running   0          172m
splunk-otel-collector-agent-gz9ch                           1/1     Running   0          172m
splunk-otel-collector-agent-hjbmt                           1/1     Running   0          172m
splunk-otel-collector-agent-lttst                           1/1     Running   0          172m
splunk-otel-collector-agent-lzz4f                           1/1     Running   0          172m
splunk-otel-collector-agent-mcgc8                           1/1     Running   0          173m
splunk-otel-collector-agent-snqg8                           1/1     Running   0          173m
splunk-otel-collector-agent-t2gg8                           1/1     Running   0          171m
splunk-otel-collector-agent-tlsfd                           1/1     Running   0          172m
splunk-otel-collector-agent-tr5qg                           1/1     Running   0          172m
splunk-otel-collector-agent-vn2vr                           1/1     Running   0          172m
splunk-otel-collector-agent-xxxmr                           1/1     Running   0          173m
splunk-otel-collector-k8s-cluster-receiver-6b8f85b9-r5kft   1/1     Running   0          9h&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought I need somehow send trace requests to one of this agents, but I don't see any ingresses or services deployed so that my application can use a DNS name for the collector.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$kubectl get services --namespace splunk
No resources found in splunk namespace.&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;$kubectl get ingresses --namespace splunk
No resources found in splunk namespace.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does it mean I have to add some ingresses/svcs by myself, and Splunk otel-collector helm charts don't include them?&lt;/P&gt;&lt;P&gt;Do you have any recommendations on how I can configure this collector to be able to receive traces from applications from other pods in other namespaces using gRPC requests? It would be nice if I can have one URL that automatically gets routed to the collector agents..&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 18:43:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-Splunk-opentelemetry-collector-in-kubernetes/m-p/674869#M27837</guid>
      <dc:creator>Manior</dc:creator>
      <dc:date>2024-01-19T18:43:31Z</dc:date>
    </item>
  </channel>
</rss>

