Viewing profile — phillebaba
phillebaba
HN member- Joined
- Mon, May 02, 2022, 3:42 PM UTC
- HN karma
- 602
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About phillebaba
No profile information was provided.
Recent public activity
-
comment
Comment #45653441
Spegel itself does not manage state as a normal registry would. Maybe ephemeral would be a better word to describe it. A normal registry would require some stateful storage solutio…
-
comment
Comment #45643019
I am having some discussions about getting things working on GKE but I can't give an ETA as it really depends on how things align with deployment schedules. I am positive however t…
-
comment
Comment #45642729
It's been a while since I looked at kuik, but I would say the main difference is that Spegel doesn't do any of the pulling or storage of images. Instead it relies on Containerd to …
-
comment
Comment #45642197
Spegel does not only mirror Docker Hub, and works a lot differently than the alternatives you suggested. Instead of being yet another failure point closer to your production enviro…
-
comment
Comment #45642179
I build Spegel to keep my Kubernetes cluster running smoothly during an outage like this. https://spegel.dev/
-
comment
Comment #45641922
I would say most people would say it't best practice while a minority actually does it.
-
comment
Comment #45641824
Shameless plug but this might be a good time to install Spegel in your Kubernetes clusters if you have critical dependencies on Docker Hub. https://spegel.dev/
-
comment
Comment #45384254
I initially built Spegel to deal with a series of GHCR outages along with rate limit changes in Docker Hub. I am a bit biased but it is a no brainier to run Spegel to mitigate thes…
-
comment
Comment #45082708
I am not to familiar with Kamal but it seems possible to integrate it with my project Spegel to remove some of the load from upstream. Especially if they are running clusters of se…
-
comment
Comment #43750937
Well your license is only as good as you are able to enforce it. Even with the law there is no guarantees. I grew up thinking that people would follow the spirit of open source rat…
-
comment
Comment #43750743
I agree with this. It seems to be one of the licenses out there that scares the big three cloud providers.
-
comment
Comment #43750698
Any copies of the code should include the notice according to the MIT license. I do agree that I could have used a less permissive license, and it is something that I am now consid…
-
comment
Comment #43750682
I agree, after this happened to me I learned of a few other situations where the same thing happened to other friends. On my end if was a mix of naivete and flattery which made me …
- story
- story
- story
-
comment
Comment #40944457
Interesting idea to use the file path layout as a way to control the endpoints. I do wonder though how you would deal with the Docker-Content-Digest header. While not required it i…
-
comment
Comment #40049544
Kraken is sadly a dead project, with little work being done. For example support for Containerd is non-existent or just not documented. I created Spegel to fill the gap but focus o…
-
comment
Comment #35169182
Some self promotion but I have built a project that aims to solve some of these issues in Kubernetes. https://github.com/xenitAB/spegel I have avoided a couple of incidents caused …