This website uses cookies essential to its operation, for analytics, and for personalized content. By continuing to browse this site, you acknowledge the use of cookies. For details on cookie usage on our site, read our Privacy Policy
Hello Giulianoz, I am having problems deploying the defender in a sidecar pattern using aws fargate eks. I get the /var/lib/twistlock/fargate/fargate_defender.sh logs Waiting for defender..., but the pod never gets registered to the console. the setup I have is as below: image: registry-auth.twistlock.com/tw_qbwexdrqucvju1oewzidiwvg1tjqybuk/twistlock/defender:defender_20_12_541 name: twistlockdefender workingDir: /var/lib/twistlock/fargate/policy command: ["/bin/sh", "-c"] args: ["/var/lib/twistlock/fargate/fargate_defender.sh fargate & /usr/local/bin/defender "] volumeMounts: - name: twpolicy mountPath: /var/lib/twistlock/fargate/policy - name: DEFENDER_TYPE value: fargate would appreciate an example of a deploy file which deploys an app and defender as a sidecar in same pod. Thanks Zul
... View more