zoukankan      html  css  js  c++  java
  • sysdig

    centos 7 安装

    https://sysdig.com/opensource/sysdig/install/

    1) Trust the Draios GPG key, configure the yum repository

    rpm --import https://s3.amazonaws.com/download.draios.com/DRAIOS-GPG-KEY.public
    curl -s -o /etc/yum.repos.d/draios.repo http://download.draios.com/stable/rpm/draios.repo

    2) Install the EPEL repository

    Note: The following command is required only if DKMS is not available in the distribution. You can verify if DKMS is available with yum list dkms

    rpm -i http://mirror.us.leaseweb.net/epel/6/i386/epel-release-6-8.noarch.rpm

    3) Install kernel headers

    Warning: The following command might not work with any kernel. Make sure to customize the name of the package properly

    yum -y install kernel-devel-$(uname -r)

    4) Install sysdig

    yum -y install sysdig

    ==========================================================================
    sysdig -k https://109.105.30.155:5443 -K /etc/kubernetes/pki/admin.pem:/etc/kubernetes/pki/admin-key.pem
    sysdig -k https://109.105.30.155:5443 -K /etc/kubernetes/pki/admin.pem:/etc/kubernetes/pki/admin-key.pem -s8192 -zw capture.scap
    # ls
    capture.scap


  • 相关阅读:
    怎样处理人际关系中的矛盾
    如何处理人际关系
    Python包含以下函数:
    与他人有效沟通的小技巧
    沟通时容易出现的问题
    如何在工作中提升自己
    第十三周进度报告
    第十二周学习进度
    团队绩效管理
    软件对标分析
  • 原文地址:https://www.cnblogs.com/mhc-fly/p/9052706.html
Copyright © 2011-2022 走看看