Live data from Hacker News

Viewing profile — potoftea

potoftea

HN member
Joined
Mon, Jul 22, 2019, 9:42 AM UTC
HN karma
5
Public activity
4 items

About potoftea

No profile information was provided.

Recent public activity

  1. comment
    Comment #40860334

    I am aware of it, are you aware that Kubernetes assigned Burstable Qos if you don't defined CPU requests and limits? What I'm trying to say that while try to avoid one pitfall you …

  2. comment
    Comment #40856855

    This doens't match what I've read. IF you don't set limit to cpu & memory, your pod QoS will be burstable and from kernel/cgroup perspective this process can be killed - it's only …

  3. comment
    Comment #40856762

    I can't comment about about other statement. But there are serious drawbacks if you don't set requests/limits for mission-critical process, is that they can be killed by kernel to …

  4. comment
    Comment #28764437

    Does Kubegres works with any TCP proxy, and if does - is there any recommendations which one? Running ingress via Load Balancer is quite costly option in cloud context. At the mome…