会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
63
下一页
2023年5月9日
kubeconfig的跨主机部署
摘要: 1、首先.kube/config那个文件,可以从control panel那个节点拿到 2、地址那儿需要改成kubernetes之类的主机能够接受的主机名称 3、在hosts之类的地方,把kubernetes域名指向 kubernetes api server的IP
阅读全文
posted @ 2023-05-09 16:07 _朝晖
阅读(19)
评论(0)
推荐(0)
2023年4月29日
Rust: CTP的rust版本如何手工封装
摘要: https://blog.csdn.net/wowotuo/article/details/86669758 这里指的手工封装,是指不用外部类似swig专用的库。 一、库、配置1、DLL 交互的库(1)libloadinghttps://github.com/nagisa/rust_libloadi
阅读全文
posted @ 2023-04-29 17:36 _朝晖
阅读(654)
评论(0)
推荐(0)
2023年4月24日
minikube安装falco
摘要: 云主机上装了minikube后,用charts方式安装falco失败 参考这个文档https://falco.org/docs/getting-started/third-party/learning/ 后,采用了ebpf探针模式安装成功。
阅读全文
posted @ 2023-04-24 10:24 _朝晖
阅读(33)
评论(0)
推荐(0)
2023年4月21日
minikue安装Falco失败的原因
摘要: 看文档:https://falco.org/docs/getting-started/third-party/learning/ minikube的driver驱动有可能选择错误
阅读全文
posted @ 2023-04-21 09:43 _朝晖
阅读(55)
评论(0)
推荐(0)
2023年3月30日
【翻译】Aya: Rust风格的 eBPF 伙伴
摘要: Aya: your tRusty eBPF companion - Aya: Rust风格的 eBPF 伙伴 原文链接: https://deepfence.io/aya-your-trusty-ebpf-companion/ 第一次翻译长篇文章,有不好的地方欢迎评论指出 不确定的翻译已通过中文斜体
阅读全文
posted @ 2023-03-30 17:30 _朝晖
阅读(407)
评论(0)
推荐(0)
2023年3月29日
libbpfgo-example项目分析
摘要: https://blog.aquasec.com/libbpf-ebpf-programs 缺两个.h文件,不能使用bpf目录下的bpf.h文件,否则会有冲突 #include <linux/types.h> #include <linux/bpf.h> 编译的过程:先编译C Object文件,后编
阅读全文
posted @ 2023-03-29 16:58 _朝晖
阅读(81)
评论(0)
推荐(0)
深入浅出 eBPF 安全项目 Tracee
摘要: https://www.ebpf.top/post/tracee_intro/ 1. Tracee 介绍 1.1 Tracee 介绍 Tracee 是一个用 于 Linux 的运行时安全和取证工具。它使用 Linux eBPF 技术在运行时跟踪系统和应用程序,并分析收集的事件以检测可疑的行为模式。T
阅读全文
posted @ 2023-03-29 09:07 _朝晖
阅读(294)
评论(0)
推荐(0)
2023年3月28日
Navigate your way to production bliss with Caretta
摘要: https://www.cncf.io/blog/2023/01/23/navigate-your-way-to-production-bliss-with-caretta/ Guest post originally published on groundcover’s blog by Udi R
阅读全文
posted @ 2023-03-28 15:39 _朝晖
阅读(58)
评论(0)
推荐(0)
2022年10月25日
Kube-hunter:一个用于Kubernetes渗透测试的开源工具
摘要: https://blog.csdn.net/M2l0ZgSsVc7r69eFdTj/article/details/82719327 我们最近发布了一款叫做Kube-hunter[1]的免费工具。你只需提供你的Kubernetes集群的IP或者DNS名称,Kube-hunter就会探查集群中的安全漏
阅读全文
posted @ 2022-10-25 14:13 _朝晖
阅读(462)
评论(0)
推荐(0)
使用开源的 Kubernetes 漏洞扫描和测试
摘要: https://new.qq.com/rain/a/20220316A04JPL00 本文讲的是如何使用 Kubesploit 和 KubiScan 提高云本地安全性。 主流科技企业广泛使用Kubernetes,它是一个可扩展、轻量级的开源容器编排平台。这个受欢迎的平台拥有不断扩展的安全工具、支持和
阅读全文
posted @ 2022-10-25 14:12 _朝晖
阅读(436)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
63
下一页
公告