Viewing profile — chris_marino
chris_marino
HN member- Joined
- Sun, Apr 03, 2011, 5:33 PM UTC
- HN karma
- 55
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About chris_marino
No profile information was provided.
Recent public activity
-
comment
Comment #46919272
Salesforce, like every large enterprise software company, has a formal (and strict) End of Life process. It starts with an announcement like this indicating End of Sales, then once…
-
comment
Comment #46918705
This news from Heroku does not come as any surprise to the people that were there (as I was). Lots of moving parts and second guessing (that I won't share), but one thing I will sa…
-
comment
Comment #15855197
I knew that. What I didn't know was if either of these could apply network policy to these endpoints. Guessing that since they each require their own CNI, there will be probs. So, …
-
comment
Comment #15855020
>The ARP table might be bigger, but thats a different issue. But this is the problem that most designs are trying to solve. Large L2s are notoriously fragile. 1,000 nodes, 50-100 p…
-
comment
Comment #15852988
It all about trade offs. We've built a CNI for k8s and have looked into all of the techniques described. It seems that Lyft's design is a direct reflection of their requirements. T…
-
comment
Comment #15852287
> Just divide up whatever IP network you're using (e.g. 10/8) and make sure you allocate "enough" to each rack/whatever. Easier said than done. Most datacenters are bit more delibe…
-
comment
Comment #15852031
Both the Lyft and AWS CNIs use ENIs, Romana's CNI does not. But more specifically, vpc-router works along with Romana's IPAM to aggregate routes so that each VPC route can forward …
-
comment
Comment #12582200
We ran some performance benchmarks applying network policy to Kubernetes pods. Found that latency was (nearly) independent of the number of iptable rules applied. This is because o…
- story
-
comment
Comment #12112763
Another solution to this problem is Romana [1] (I am part of this effort). It avoids overlays as well as BGP because it aggregate routes. It uses its own IP address management (IPA…
-
comment
Comment #11134436
Great post! The results of these benchmarks do not surprise me at all. To me, they all fall in to the category of 'less (overhead) is more (performance)'. With VXLAN encap being th…
-
comment
Comment #3789194
There is still the issue of replicating content, but that's something that can be handled in a number of different ways, depending on the requirements.
-
comment
Comment #3374909
Cool interface with JSON representations as well....
- story