Sunmxt 最近的时间轴更新
Sunmxt's repos on GitHub
Shell · 1 人关注
AutoDnsmasq
Automatically update dnsmasq rules with GFWList
Verilog · 1 人关注
FPGA2048Game
The 2048 Game Implement in FPGA
C · 1 人关注
SchedulerX
A tiny RTOS scheduler demo or embeded processors.
Python · 1 人关注
zfft
ZoomFFT implement in Python
C · 0 人关注
51Example
Shell · 0 人关注
ansku
Ansible playbooks to deploy Kubernetes in production.
Go · 0 人关注
arbiter
Trace goroutine lifecycles.
0 人关注
BrickSea
scalable data block storage engine
Go · 0 人关注
configor
Golang Configuration tool that support YAML, JSON, TOML, Shell Environment
Go · 0 人关注
Dig
Dig is embeded client for service discovery.
0 人关注
EmbImgTrans
Go · 0 人关注
form
A Form Encoding & Decoding Package for Go
Go · 0 人关注
linker-im
Lightweight message push server.
0 人关注
nginx-vts-exporter
Simple server that scrapes Nginx vts stats and exports them via HTTP for Prometheus consumption
Go · 0 人关注
ngrok
Introspected tunnels to localhost
Go · 0 人关注
overturn
Distributed tunnel netwoking.
Go · 0 人关注
Starlinks
Short URL Service in Go.
C++ · 0 人关注
stuinfo_assignment_2019
泥电的学生信息管理系统课程设计(SQLite)。
HTML · 0 人关注
sunmxt.github.io
Chad's personal blog publication.
0 人关注
tikv
Distributed transactional key-value database, originally created to complement TiDB
Makefile · 0 人关注
TinyBuild
自用的自动推导 Makefile 模板。
C++ · 0 人关注
TinyCalculator
C · 0 人关注
TinyDriver
A lightweight HAL library for microcontrollers
Python · 0 人关注
UESTC-EAMS
简单易用的第三方 UESTC 教务系统接口。(选课、课表、成绩查询等)
Go · 0 人关注
wing
Application orchestration backed by Kubernetes. [mirror]
Sunmxt

Sunmxt

V2EX 第 288557 号会员,加入于 2018-02-01 02:45:09 +08:00
Cat Rinkoon
Sunmxt 最近回复了
2021-10-09 01:49:39 +08:00
回复了 acbot 创建的主题 云计算 大厂的对象存储都是基于什么实现的呢?
没有一个开源项目撑得住公有云的数据规模
其实就是 gossip 吧?感觉很多问题想得有点粗糙了。就拿楼主提到的心跳机制来说,这个就决定了这个系统没法 scale up 。一个节点要给所有节点定时发心跳,节点数量为 n,网络中一段时间内的消息数量是 O(n^2)的,规模一大网络压力就上来了,很可怕。其他的,诸如一致性问题就不说了。
2020-10-06 22:59:37 +08:00
回复了 jeffreystoke 创建的主题 奇思妙想 云原生公私混合企业网
@labulaka521 gh 同名有邮箱。或者来个电报群吧。
2020-10-06 16:27:39 +08:00
回复了 jeffreystoke 创建的主题 奇思妙想 云原生公私混合企业网
@labulaka521 可以来交流呀。
2020-10-06 02:05:05 +08:00
回复了 jeffreystoke 创建的主题 奇思妙想 云原生公私混合企业网
@jeffreystoke 我不是专业的。楼主的建议也对我有启发,并没有冒犯的说法:)。
2020-10-06 01:13:51 +08:00
回复了 jeffreystoke 创建的主题 奇思妙想 云原生公私混合企业网
@jeffreystoke 仔细看了下楼主的想法。我们最终想实现的可能有点不一样?
2020-10-06 01:07:41 +08:00
回复了 jeffreystoke 创建的主题 奇思妙想 云原生公私混合企业网
@jeffreystoke 嗯。楼主看起来对 k8s 比较了解。对于容器多网络的确比较想基于 multus 。但对于 underlay,项目本身也考虑整合非专线下的互联,其实就是控制面利用 gossip 协议传播 peer 间的网络信息,数据面利用内核支持的一些网络特性( ipsec,wireguard,gre 等等)来实现,这样使用会比较方便,这是目前我在做的。这样一说其实目前有一种实现了一个 功能不太多的 p2p vpn 的感觉。我感觉这个跟楼主的想法有点类似,就来回复啦:)。
2020-10-06 00:08:31 +08:00
回复了 jeffreystoke 创建的主题 奇思妙想 云原生公私混合企业网
@jeffreystoke 想做的是一个 overlay network tool 。在公有云、私有云互联的基础上,能方便创建和管理多个虚拟的二层网络(类似 flannel 已经砍掉的的 multiple network ?),并且能够将容器、虚拟机加入到某个虚拟的网络上。所以互联只是第一步?看了一下 tailscale,目前项目的样子确实比较像 tailscale (可能是因为还是 poc,在 early development 的阶段吧)。想得很多,但我觉得无论是 concept,还是最终设计,都还有不少工作要做。
2020-10-05 20:58:55 +08:00
回复了 jeffreystoke 创建的主题 奇思妙想 云原生公私混合企业网
有类似的想法。正在尝试做类似的开源项目。 不过目前在 Just for fun 的阶段:)
2020-06-21 14:15:37 +08:00
回复了 lance6716 创建的主题 程序员 分享一下自己学习 TLA+的笔记
mark 。也在看这本,学 TLA+。
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3385 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 00:17 · PVG 08:17 · LAX 17:17 · JFK 20:17
Developed with CodeLauncher
♥ Do have faith in what you're doing.