当前位置:网站首页>Cilium & Hubble
Cilium & Hubble
2022-07-17 21:47:00 【喝醉酒的小白】
Cilium – 网络实现方案
Cilium 是一个用于容器网络领域的开源项目,主要是面向容器而使用,用于提供并透明地保护应用程序工作负载(如应用程序容器或进程)之间的网络连接和负载均衡。
Cilium 在第 3/4 层运行,以提供传统的网络和安全服务,还在第 7 层运行,以保护现代应用协议(如 HTTP, gRPC 和 Kafka)的使用。 Cilium 被集成到常见的容器编排框架中,如 Kubernetes 和 Mesos。
Cilium 的底层基础是 BPF,Cilium 的工作模式是生成内核级别的 BPF 程序与容器直接交互。区别于为容器创建 overlay 网络,Cilium 允许每个容器分配一个 IPv6 地址(或者 IPv4 地址),使用容器标签而不是网络路由规则去完成容器间的网络隔离。它还包含创建并实施 Cilium 规则的编排系统的整合。

ks get svc,pod -owide|grep -i cilium
Hubble – 网络可视化
Hubble是建立在Cilium和eBPF之上,以一种完全透明的方式,提供网络基础设施通信以及应用行为的深度可视化,是一个应用于云原生工作负载,完全分布式的网络和安全可观察性平台。
Hubble能够利用Cilium提供的eBPF数据路径,获得对Kubernetes应用和服务网络流量的深度可见性。这些网络流量信息可以对接Hubble CLI、UI工具,可以通过交互式的方式快速发现诊断相关的网络问题与安全问题。Hubble除了自身的监控工具,还可以对接像Prometheus、Grafana等主流的云原生监控体系,实现可扩展的监控策略。
ks get svc,pod -owide|grep -i hubble


边栏推荐
- Huawei wireless devices are configured with static load balancing
- Colliding mice collision engineering analysis
- Redis source code and design analysis -- 4 Jump table
- Redis源码与设计剖析 -- 2.链表
- Codeforces Round #808 (Div. 1)(A~C)
- Labview32-bit and 64 bit compatibility
- CompositionAPI 组件开发范式
- Code Runner for VS Code,下载量突破 4000 万!支持超过50种语言
- 详解C语言动态内存管理
- ShanDong Multi-University Training #3
猜你喜欢

Can ping command still play like this?

Dr. Tao's lunar line reverses by 6.0

ospf-LSA

MySQL view

滑動窗口最大值問題

Si446 usage record (III): match function

Explain C language dynamic memory management in detail

手册不全,如何手工刨出TongWeb的監控信息?

Code runner for vs code, with more than 40million downloads! Support more than 50 languages

慎用TongWeb的热部署功能
随机推荐
ShanDong Multi-University Training #3
si446使用记录(三):MATCH功能
LabVIEW uses multithreading. Will the program run faster
SQL related time date type
Excellent jar package startup shell script collection
Code runner for vs code, with more than 40million downloads! Support more than 50 languages
TDesign CompositionAPI 重构之路
微信小程序---wxss模板样式
Deployment principle
常见的内置函数、可迭代对象、迭代器对象、异常捕获、异常捕获的用途、生成器对象、模块、绝对导入与相对导入、包的概念、模块
两种虚拟机的比较
Is it safe to open a fund account online now?
Classification of blocks
Principle and simple implementation of custom MVC
Huawei wireless device configuration intelligent roaming
SCM software timer v2.0
MySQL storage functions and triggers
TongWeb生产系统应急处理方案
Deployment 原理
Prefix Equality 【DP | 哈希】