Live data from Hacker News

Viewing profile — online2offline

online2offline

HN member
Joined
Mon, Nov 27, 2017, 12:39 AM UTC
HN karma
1
Public activity
5 items

About online2offline

No profile information was provided.

Recent public activity

  1. story
    What is the best deployment method for a websocket application using Kubernetes?

    For normal web application, we don't care about state. But for a websocket application, it's state is necessary between each pods. Because of k8s has proStop hook, so it can be han…

  2. comment
  3. comment
    Comment #15903833

    Keep thinking.

  4. story
    Ask HN: Is there a good solution for using AWS ALB to connect a k8s cluster?

    For special reazon, our project should use AWS ALB(not ELB) or NLB to catch an application in k8s cluster. We are using kops to manage the k8s cluster. It seems its load balancer s…

  5. story
    Ask HN: How many pods for Kubernetes should be set at a large scale website?

    For example, a site which has goal: DAU 500,000 access scale. How many hosts should be set and how many pods(replicas) should be set at the beginning?