タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

kubernetesとnodejsに関するefclのブックマーク (1)

  • How we choked our Kubernetes NodeJS services

    The days of counting bits and clock ticks are history. CPU and memory may be cheap, but not enough to waste them — especially since it would be at our users’ expense. In this blog post, I’ll explain how we run our services in Kubernetes and manage their resources, how to make the most of them and what to look out for. Cover image by Jeremy Waterhouse at pexels.comKubernetes resourcesWhen we deploy

    How we choked our Kubernetes NodeJS services
    efcl
    efcl 2023/08/21
    JS自体はシングルスレッドだけど、Node.js自体はマルチコアなので、Node.jsネイティブの処理が同時に動くと1コアを少し超えるCPUを使う可能性がある。 そのためk8sでは1.15 CPU unitを割り当てると安定したという話。
  • 1