<?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 Re: How to triage an EKS Cluster with Prisma Defender daemon set NOT appearing in the console? in Prisma Cloud Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520072#M778</link>
    <description>&lt;P&gt;Tommy,&lt;/P&gt;
&lt;P&gt;Checking the pods running in the DaemonSet is the first place to start.&amp;nbsp; Then perform a describe on any pods that are not running.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MDavis29_0-1667423490068.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/45103i24C91573D4B529A1/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="MDavis29_0-1667423490068.png" alt="MDavis29_0-1667423490068.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Nov 2022 21:13:16 GMT</pubDate>
    <dc:creator>MDavis29</dc:creator>
    <dc:date>2022-11-02T21:13:16Z</dc:date>
    <item>
      <title>How to triage an EKS Cluster with Prisma Defender daemon set NOT appearing in the console?</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520007#M774</link>
      <description>&lt;P&gt;So my co-worker has implemented some containerized solution and deployed it to EKS.&lt;/P&gt;
&lt;P&gt;I used my access key to create a defender.yaml for him.&lt;/P&gt;
&lt;PRE&gt;twistcli defender export kubernetes \&lt;BR /&gt;--address ${PRISMA_CLOUD_COMPUTE_CONSOLE_API_ADDR} \&lt;BR /&gt;--user ${PRISMA_ADMIN_USER} \&lt;BR /&gt;--password ${PRISMA_SECRET} \&lt;BR /&gt;--cluster-address ${PRISMA_CLOUD_COMPUTE_SVC_ADDR}&lt;/PRE&gt;
&lt;P&gt;And she deployed it.&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;kubectl create -f defender.yaml&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;When I visit her AWS account EKS Console, I can see the cluster and the daemon but is it healthy?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TommyHunt_0-1667403289928.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/45089i184A10F0E428AA6B/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="TommyHunt_0-1667403289928.png" alt="TommyHunt_0-1667403289928.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Why doesn't that daemon set appear in Manage/Defenders/Daemon Sets?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TommyHunt_1-1667404246937.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/45090i65141E6052B4C62A/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="TommyHunt_1-1667404246937.png" alt="TommyHunt_1-1667404246937.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I determine the health of the daemon set?&lt;/P&gt;
&lt;P&gt;Or, find the root-cause of it not reporting status?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 15:53:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520007#M774</guid>
      <dc:creator>TommyHunt</dc:creator>
      <dc:date>2022-11-02T15:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to triage an EKS Cluster with Prisma Defender daemon set NOT appearing in the console?</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520014#M775</link>
      <description>&lt;P&gt;.Tommy,&lt;/P&gt;
&lt;P&gt;From the portal you should be able to view the defenders under Manage - Manage Defenders.&amp;nbsp; Please see the screen shot below. I also noticed that you have two other DaemonSets configured but they do not have any pods running.&amp;nbsp; Please check the health of the cluster, as well as run a kubectl get daemonsets --all-namespaces.&amp;nbsp; You should have pods running under desired, current and ready.&amp;nbsp; If you need more info on K8s daemonsets please review the links below, but it looks like the pods are not running at all.&amp;nbsp; If you need help with a sample daemonset I can send you a yaml example to test.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/" target="_blank"&gt;https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/install/install_kubernetes" target="_blank"&gt;https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/install/install_kubernetes&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MDavis29_0-1667405330156.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/45091i2415E832A822F302/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="MDavis29_0-1667405330156.png" alt="MDavis29_0-1667405330156.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 16:43:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520014#M775</guid>
      <dc:creator>MDavis29</dc:creator>
      <dc:date>2022-11-02T16:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to triage an EKS Cluster with Prisma Defender daemon set NOT appearing in the console?</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520043#M776</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/212650"&gt;@MDavis29&lt;/a&gt; I will read the docs to learn.&lt;/P&gt;
&lt;P&gt;So I shared how I created my defender.yaml in the original post.&lt;/P&gt;
&lt;P&gt;I understood that defender.yaml created with twistcli is good to deploy without change.&lt;/P&gt;
&lt;P&gt;why do you offer to help with a sample daemonset yaml file?&lt;/P&gt;
&lt;P&gt;am i missing something?&amp;nbsp; just trying to learn.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 18:48:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520043#M776</guid>
      <dc:creator>TommyHunt</dc:creator>
      <dc:date>2022-11-02T18:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to triage an EKS Cluster with Prisma Defender daemon set NOT appearing in the console?</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520067#M777</link>
      <description>&lt;P&gt;Tommy,&lt;/P&gt;
&lt;P&gt;My apologies if I confused you.&amp;nbsp; The reason why I mentioned the sample daemonset was more for troubleshooting.&amp;nbsp; With k8s is can be easier to remove some layers of complexity and use smaller deployments or DaemonSets.&amp;nbsp; &amp;nbsp;Looking at the screenshot you supplied of the workloads in the cluster, you can see that none of the pods for any of the DaemonSets are running.&amp;nbsp; We need to identify why? this is most likely why info is not showing up in Prisma.&amp;nbsp; Please run a kubectl describe on the pods in the DaemonSet and send the output, it should provide some clues as to what the problem is.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 20:50:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520067#M777</guid>
      <dc:creator>MDavis29</dc:creator>
      <dc:date>2022-11-02T20:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to triage an EKS Cluster with Prisma Defender daemon set NOT appearing in the console?</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520072#M778</link>
      <description>&lt;P&gt;Tommy,&lt;/P&gt;
&lt;P&gt;Checking the pods running in the DaemonSet is the first place to start.&amp;nbsp; Then perform a describe on any pods that are not running.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MDavis29_0-1667423490068.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/45103i24C91573D4B529A1/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="MDavis29_0-1667423490068.png" alt="MDavis29_0-1667423490068.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 21:13:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520072#M778</guid>
      <dc:creator>MDavis29</dc:creator>
      <dc:date>2022-11-02T21:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to triage an EKS Cluster with Prisma Defender daemon set NOT appearing in the console?</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520099#M779</link>
      <description>&lt;P&gt;Hello Tommy,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please share yaml being used to deploy Prisma Defender?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure to remove any personal identifiable information. The reason I am asking for yaml to look to see if all the relevant flags are turned on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 01:08:13 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520099#M779</guid>
      <dc:creator>USheikh</dc:creator>
      <dc:date>2022-11-03T01:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to triage an EKS Cluster with Prisma Defender daemon set NOT appearing in the console?</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520156#M781</link>
      <description>&lt;P&gt;Good morning&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/193518"&gt;@USheikh&lt;/a&gt;&amp;nbsp;,&amp;nbsp; attaching defender.yaml stripped of PEM data.&amp;nbsp; The portal doesn't allow yaml so I zipped it up.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 14:37:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520156#M781</guid>
      <dc:creator>TommyHunt</dc:creator>
      <dc:date>2022-11-03T14:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to triage an EKS Cluster with Prisma Defender daemon set NOT appearing in the console?</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520183#M783</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/212650"&gt;@MDavis29&lt;/a&gt; Thanks for the advice.&amp;nbsp; Ya know I can't surface ANY pods related to ANY of the daemon sets.&lt;/P&gt;
&lt;PRE&gt;$ kubectl get daemonsets --all-namespaces&lt;BR /&gt;NAMESPACE NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE&lt;BR /&gt;kube-system aws-node 0 0 0 0 0 &amp;lt;none&amp;gt; 42m&lt;BR /&gt;kube-system kube-proxy 0 0 0 0 0 &amp;lt;none&amp;gt; 42m&lt;BR /&gt;twistlock twistlock-defender-ds 0 0 0 0 0 &amp;lt;none&amp;gt; 18m&lt;/PRE&gt;
&lt;P&gt;There are some pods running but I can't corrrelate them to the twistlock daemonset.&lt;/P&gt;
&lt;PRE&gt;$ kubectl get pods -A&lt;BR /&gt;NAMESPACE NAME READY STATUS RESTARTS AGE&lt;BR /&gt;kube-system aws-load-balancer-controller-5fbf77b8ff-drnk5 1/1 Running 0 38m&lt;BR /&gt;kube-system aws-load-balancer-controller-5fbf77b8ff-lr4d6 1/1 Running 0 38m&lt;BR /&gt;kube-system cni-metrics-helper-dcccc58d4-465ln 1/1 Running 4 (3m1s ago) 25m&lt;BR /&gt;kube-system coredns-697b6f9fb8-2xnbb 1/1 Running 0 14m&lt;BR /&gt;kube-system coredns-697b6f9fb8-pw28w 1/1 Running 0 14m&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;I can't do a "kubectl describe pod" because there are no pods associated with the twistlock daemon set.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am in the process of deploying this microservice, &lt;A href="https://www.eksworkshop.com/beginner/050_deploy/," target="_blank"&gt;https://www.eksworkshop.com/beginner/050_deploy/,&lt;/A&gt; hopefully that gives the cluster some work.&amp;nbsp; And then, I believe that the daemon sets will have pods, am i mistaken?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What do you suggest?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 18:39:40 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520183#M783</guid>
      <dc:creator>TommyHunt</dc:creator>
      <dc:date>2022-11-03T18:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to triage an EKS Cluster with Prisma Defender daemon set NOT appearing in the console?</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520230#M784</link>
      <description>&lt;P&gt;Hello TommyHunt,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking at the yaml file you do not have "&lt;SPAN&gt;Nodes use Container Runtime Interface (CRI), not Docker" flag on. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Which version of EKS are you running? Is it running on daesmonset or CRI? &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If it is CRI, then&amp;nbsp;"Nodes use Container Runtime Interface (CRI), not Docker" flag needs to be turned on.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 18:35:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520230#M784</guid>
      <dc:creator>USheikh</dc:creator>
      <dc:date>2022-11-04T18:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to triage an EKS Cluster with Prisma Defender daemon set NOT appearing in the console?</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520329#M786</link>
      <description>&lt;P&gt;Kubernetes version 1.23&lt;/P&gt;
&lt;P&gt;I understand this cluster is intended to run Fargate Tasks on EKS so I believe that Daemon set is the correct defender type.&lt;/P&gt;
&lt;P&gt;IF "it" means defender daemon set then yes there is a "defender" daemonset but we know this from an earlier message.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TommyHunt_1-1667573088732.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/45172i6AADDAF05B99EB78/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="TommyHunt_1-1667573088732.png" alt="TommyHunt_1-1667573088732.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I am still learning; pronouns may create confusion rather than clarity.&lt;/P&gt;
&lt;P&gt;Can you please use proper nouns instead of pronouns?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There exist pods.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TommyHunt_0-1667572829051.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/45171i1490133CE2AEF143/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="TommyHunt_0-1667572829051.png" alt="TommyHunt_0-1667572829051.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For some reason, I understood that the cluster requires some workloads so that pods are created with the defender daemon.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TommyHunt_2-1667573414098.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/45173iF06A33939AA943B0/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="TommyHunt_2-1667573414098.png" alt="TommyHunt_2-1667573414098.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So, I deployed the k8s-dashboard and an AWS Labs microservice, ecsdemo.&lt;/P&gt;
&lt;P&gt;But notice that none of my workloads, aka deployments, have the "Ready" state, all 0s just like the daemon sets.&lt;/P&gt;
&lt;P&gt;Due to cybersecurity policies, we don't configure clusters with public network interface, no public internet ingress.&lt;/P&gt;
&lt;P&gt;Maybe that's why these workloads won't run.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on what you guys have shared.&lt;/P&gt;
&lt;P&gt;I understand that since there is no deployment running then there is no pod running with a daemonset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/193518"&gt;@USheikh&lt;/a&gt; I cannot correlate your reference to "Nodes use Container Runtime Interface (CRI), not Docker" to any element in the yaml file.&lt;/P&gt;
&lt;P&gt;Can you provide yaml path of the element that you find unacceptable?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 15:19:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520329#M786</guid>
      <dc:creator>TommyHunt</dc:creator>
      <dc:date>2022-11-08T15:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to triage an EKS Cluster with Prisma Defender daemon set NOT appearing in the console?</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520694#M787</link>
      <description>&lt;P&gt;Hello TommyHunt!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry I was OOO yesterday, please allow me time to review/test the scenario, and get back to you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 19:27:31 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520694#M787</guid>
      <dc:creator>USheikh</dc:creator>
      <dc:date>2022-11-08T19:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to triage an EKS Cluster with Prisma Defender daemon set NOT appearing in the console?</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520732#M789</link>
      <description>&lt;P&gt;Hello TommyHunt,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I am not wrong, you are using yaml file to deploy a daemonset defender on EKS v1.23 that is running on Fargate, right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 00:46:13 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520732#M789</guid>
      <dc:creator>USheikh</dc:creator>
      <dc:date>2022-11-09T00:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to triage an EKS Cluster with Prisma Defender daemon set NOT appearing in the console?</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520805#M795</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/212650"&gt;@MDavis29&lt;/a&gt; .&lt;/P&gt;
&lt;P&gt;so we added a managed node group, pods are now running.&lt;/P&gt;
&lt;P&gt;I can see audit,&amp;nbsp;garbagecollector and clusterip assignment CloudWatch log events...&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TommyHunt_1-1668004779427.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/45236i8D0ABB3FA7DA3D35/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="TommyHunt_1-1668004779427.png" alt="TommyHunt_1-1668004779427.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But Prisma Cloud discovery reports the cluster as Defended=FALSE.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TommyHunt_0-1668004338205.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/45235iED8C2905E69E1A31/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="TommyHunt_0-1668004338205.png" alt="TommyHunt_0-1668004338205.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can see that the k8s service, twistlock/defender, is allocated an IP, and some garbage collection but no trace of dameonset api calls or errors.&amp;nbsp; Where do i go from here?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 14:44:52 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520805#M795</guid>
      <dc:creator>TommyHunt</dc:creator>
      <dc:date>2022-11-09T14:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to triage an EKS Cluster with Prisma Defender daemon set NOT appearing in the console?</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520820#M796</link>
      <description>Classification: Public&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;yes&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2022 16:04:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520820#M796</guid>
      <dc:creator>TommyHunt</dc:creator>
      <dc:date>2022-11-09T16:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to triage an EKS Cluster with Prisma Defender daemon set NOT appearing in the console?</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520948#M798</link>
      <description>&lt;P&gt;Hello TommyHunt,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on internal discussion, in order to install defender on fargate running eks v1.23, you would need to install app-embedded defender. Here is the documentation on app-embedded defender:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/install/install_defender/install_app_embedded_defender" target="_blank"&gt;https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/install/install_defender/install_app_embedded_defender&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, if you want to continue using the yaml method, please open a support case with us, so we can further investigate this and provide you with more details.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 22:47:47 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/520948#M798</guid>
      <dc:creator>USheikh</dc:creator>
      <dc:date>2022-11-10T22:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to triage an EKS Cluster with Prisma Defender daemon set NOT appearing in the console?</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/521402#M800</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/257276"&gt;@Umer&lt;/a&gt;&amp;nbsp;agreed but that is half of the solution.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 15:04:20 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/521402#M800</guid>
      <dc:creator>TommyHunt</dc:creator>
      <dc:date>2022-11-16T15:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to triage an EKS Cluster with Prisma Defender daemon set NOT appearing in the console?</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/521403#M801</link>
      <description>&lt;P&gt;So, here is how I solved it...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;first, let's talk concepts...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;EKS’ Clusters may be configured with Fargate Profile(s) and/or EC2 Managed Node Groups. These two kinds of EKS compute are separated and isolated. EC2 Nodes managed by customer; Fargate nodes managed by AWS.&amp;nbsp; Because of this separation, a cluster daemonset cannot not protect Fargate tasks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;IMO, those concepts are poorly communicated here...&amp;nbsp;&lt;A href="https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/install/defender_types" target="_blank" rel="noopener"&gt;https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/install/defender_types&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Prisma Defenders may be deployed to either or both types of EKS compute in the same cluster.&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL class="" data-indent-level="1"&gt;
&lt;LI&gt;
&lt;P data-renderer-start-pos="172"&gt;EKS on Fargate – a defender for this type of compute are embedded into the image at “build” time. Each image has its own defender.&amp;nbsp; To configure, see&amp;nbsp;&lt;U data-renderer-mark="true"&gt;&lt;A href="https://wiki.comp.pge.com/display/CCE/Embed+Defender+into+a+Container+for+EKS+on+Fargate" target="_blank" rel="noopener"&gt;https://wiki.comp.pge.com/display/CCE/Embed+Defender+into+a+Container+for+EKS+on+Fargate.&lt;/A&gt;&lt;/U&gt;&amp;nbsp;You can confirm the defenders are protecting the task by navigating to either PCC/Manage/Defenders/Manage/Defenders and/or PCC/Monitor/Runtime/App-Embedded observations.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P data-renderer-start-pos="413"&gt;EKS on EC2 – defenders are deployed as Kubernetes daemon sets.&amp;nbsp; Given the daemonset AND a managed node group of EC2s are deployed then you can confirm one twistlock/defender pod per node. To confirm that the EKS Cluster is protected, navigate to PCC/Manage/Cloud Accounts; filter on your account number then choose the Action, Account Details, to see the Cloud Discovery results rendering which clusters are Defended or not.&amp;nbsp; To configure, improve this document here&amp;nbsp;&lt;A href="https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/install/install_defender/install_cluster_container_defender" target="_blank" rel="noopener"&gt;https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/install/install_defender/install_cluster_container_defender&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;also this document too needs to be corrected...&amp;nbsp;&lt;A href="https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/install/install_kubernetes" target="_blank" rel="noopener"&gt;https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/install/install_kubernetes&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-renderer-start-pos="413"&gt;&lt;U&gt;&lt;STRONG&gt;Bottom-line: The resolution to my original issue was that the daemonset.yaml produced by the command that I gave was missing two options, CRI and privileged.&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt; The daemon must use Container Runtime Interface and it MUST run privileged for it to protect the other pods' containers.&lt;/P&gt;
&lt;P&gt;The command that produces a defect-free daemonset, defender.yaml is...&lt;/P&gt;
&lt;PRE&gt;export PRISMA_KEY_ID=SECRET&lt;BR /&gt;export PRISMA_SECRET=SECRET&lt;BR /&gt;export PRISMA_CONSOLE=https://us-east1.cloud.twistlock.com/SECRET&lt;BR /&gt;export PRISMA_CLOUD_COMPUTE_CONSOLE_API_ADDR=https://us-east1.cloud.twistlock.com/SECRET&lt;BR /&gt;export PRISMA_CLOUD_COMPUTE_SVC_ADDR=us-east1.cloud.twistlock.com&lt;BR /&gt;&lt;BR /&gt;twistcli defender export kubernetes \&lt;BR /&gt;--user ${PRISMA_KEY_ID} \&lt;BR /&gt;--password ${PRISMA_SECRET} \&lt;BR /&gt;--address ${PRISMA_CLOUD_COMPUTE_CONSOLE_API_ADDR} \&lt;BR /&gt;--cluster-address ${PRISMA_CLOUD_COMPUTE_SVC_ADDR} \&lt;BR /&gt;--namespace twistlock \&lt;BR /&gt;--privileged \&lt;BR /&gt;--cri&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;U data-renderer-mark="true"&gt;&lt;/U&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 16 Nov 2022 15:43:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/how-to-triage-an-eks-cluster-with-prisma-defender-daemon-set-not/m-p/521403#M801</guid>
      <dc:creator>TommyHunt</dc:creator>
      <dc:date>2022-11-16T15:43:12Z</dc:date>
    </item>
  </channel>
</rss>

