Tag: sysdig

  • Command to start sysdig container – redundant but useful

    Hi,

    This is more like a easier way to find the command without searching the net:

    docker run -it --rm --name=sysdig --privileged=true \
       --volume=/var/run/docker.sock:/host/var/run/docker.sock \
       --volume=/dev:/host/dev \
       --volume=/proc:/host/proc:ro \
       --volume=/boot:/host/boot:ro \
       --volume=/lib/modules:/host/lib/modules:ro \
       --volume=/usr:/host/usr:ro \
       sysdig/sysdig

    The actual command on starting a sysdig container. I will get more in depth with some Kafka cluster aggregated info from this amazing tool and also what it takes to send it to an elastic cluster.
    It will be challenging, but this is how it goes in IT in our days.

    Cheers

  • Memory debug by Heroku guys on Apache Kafka – nice one

    Hi,

    I know, i should write more about my experience with Apache Kafka, have patience, it’s still building, but until then please check this article:

    https://blog.heroku.com/fixing-kafka-memory-leak

    Be aware of the things that you want to include in functionalities and code that is written beside Apache Kafka functionalities, it might get you in to trouble.

    I am very happy that sysdig is used by more and more teams for debug, it’s truly a great tool for this kind of situations.

    Cheers!

  • Sysdig container isolation case debugged on kubernetes

    Hi,

    I didn’t get to actual test anything related to this but i managed to find a very interesting article that might be lost if you are not a sysdig fan. You can find it at following linkĀ https://sysdig.com/blog/container-isolation-gone-wrong/

    To put into perspective, this tool is used for some very interesting debugging situation, i have played with it some a short period of time and i think i will put in on my list so that i can show you what it can do.

    Cheers