Live data from Hacker News

Viewing profile — yoshiat

yoshiat

HN member
Joined
Thu, May 16, 2019, 12:04 AM UTC
HN karma
14
Public activity
17 items

About yoshiat

No profile information was provided.

Recent public activity

  1. comment
    Comment #22499771

    "This guide provides best practices to safely and efficiently set up multiple multi-tenant clusters for an enterprise organization." This "multiple" multi-tenant clusters part isn'…

  2. comment
    Comment #22495827

    Sorry if it was confusing. You need to read into more about how to set up in-cluster multi-tenancy. We do recommend robust configurations for production setup (e.g. dev, staging an…

  3. comment
    Comment #22495098

    For secure isolation, we learned it's not sufficient. It's good for resource isolation though. PTAL at https://www.youtube.com/watch?v=6rMGRvcjvKc

  4. comment
    Comment #22490840

    For robust configuration yes. However one can certainly collapse/shrink if having multiple clusters is going to be a burden cost-wise and operation-wise. This best practices was mo…

  5. comment
    Comment #22490223

    Exactly! https://cloud.google.com/kubernetes-engine/docs/best-practic...

  6. comment
    Comment #22489898

    Thanks! We actually do and shipped together with the best practices. https://github.com/GoogleCloudPlatform/gke-enterprise-mt Please give us feedback there in case you hit any issu…

  7. comment
    Comment #22489770

    PTAL at doing Multi-Tenancy in GKE! https://cloud.google.com/kubernetes-engine/docs/best-practic... We don't recommend using node pools for isolation.

  8. comment
    Comment #22489759

    Yes and it's going GA. https://cloud.google.com/blog/products/containers-kubernetes... https://cloud.google.com/kubernetes-engine/docs/best-practic...

  9. comment
    Comment #22489194

    Nit: we don't recommend dedicated nodes for isolation. PTAL at https://www.youtube.com/watch?v=6rMGRvcjvKc And the guidance from GKE is at https://cloud.google.com/kubernetes-engin…

  10. comment
    Comment #22489080

    thockingoog's responses below articulates my feeling very well. https://news.ycombinator.com/item?id=22487726 https://news.ycombinator.com/item?id=22487110 What I can do is to lowe…

  11. comment
    Comment #22488872

    Yes, namespace alone isn't sufficient for isolation. Would you be able to look at our latest Multi-Tenancy best practices? https://cloud.google.com/kubernetes-engine/docs/best-prac…

  12. comment
    Comment #22488828

    Thank you for your feedback and we understand this was a surprise to you and many. For cluster per customer architecture, would you be able to look into https://cloud.google.com/ku…

  13. comment
    Comment #19926682

    As you can see from the Borg paper [1] and the name, "borglet" is the most closest component to "kubelet". [1] https://pdos.csail.mit.edu/6.824/papers/borg.pdf

  14. comment
    Comment #19925976

    That's a very old slide :) I "guess" the slide deck was talking about https://cloud.google.com/compute/docs/containers/deploying-c...

  15. comment
    Comment #19925786

    Yes, exactly. https://cloud.google.com/kubernetes-engine/docs/concepts/clu...

  16. comment
    Comment #19925586

    I replied in other comments but our talk at Next'19 [1] includes a story by one of our customers, which may help understand the use cases. In a nutshell, GKE Sandbox should allow s…

  17. comment
    Comment #19925531

    (Co-author of the post) The fact that gVisor is being used in multiple services at Google is probably the confusing part. In case of GKE Sandbox, the users here are external and us…