Live data from Hacker News

Viewing profile — phillebaba

phillebaba

HN member
Joined
Mon, May 02, 2022, 3:42 PM UTC
HN karma
602
Public activity
19 items

About phillebaba

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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 …

  4. 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…

  5. comment
    Comment #45642179

    I build Spegel to keep my Kubernetes cluster running smoothly during an outage like this. https://spegel.dev/

  6. comment
    Comment #45641922

    I would say most people would say it't best practice while a minority actually does it.

  7. 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/

  8. 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…

  9. 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…

  10. 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…

  11. comment
    Comment #43750743

    I agree with this. It seems to be one of the licenses out there that scares the big three cloud providers.

  12. 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…

  13. 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 …

  14. story
  15. story
  16. story
  17. 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…

  18. 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…

  19. 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 …