English 中文(简体)
如果万国邮联的消费量高于八国邮联的限额,会发生什么情况?
原标题:What happens if CPU consumption is higher than CPU limits in k8s?

这是理论上的问题。 例如。 我很抱着简单的幻灯,并对此有限制:

  resources:
    requests:
      cpu: 500m
      memory: 1Gi
    limits:
      cpu: 1000m
      memory: 2Gi

如果万国邮联的使用情况会越多,万国邮联的局限性越多,这种可能性又会怎样?

问题回答

在Kubernetes,超过CPU限制,导致CPUrot转而终止。 该系统将限制CPU的使用,使其达到规定的限额,如果它试图使用更多的CPU资源,则使申请速度放缓。

这与记忆不同,如果超过这一界限,就可能导致为了保护集群的稳定而终止同情。 可能发生超过CPU限额的临时间谍活动,但Kubernetes公司迅速强制实施旋转,以确保所有配对物的公平资源分配。

!! 食肉可能超出其规定的CPU限额,但会ttle。

在Kubernetes,在驾车时,它同样打上了速度限制。

就像你无法比公路的速率更快一样,Kubernetes将限制食宿量,使其无法消费比限制的CPU要多得多。

因此,如果贵方邮联的使用量高于其限额,库韦涅茨就采取步骤,在组别上确保公平分配资源。

这确保了稳定,防止任何单一供应者消费太多的CPU,从而可能减缓其他应用的步伐。





相关问题
VS 2008 : How to publish with out DLLs?

I have developed a web application in Visual Studio 2008 and want to publish it in to the production server. I see a publish option there.But its producing files with DLL. I dont want to publish only ...

Apache: Deploying a new site to the server

I have a site currently live on a domain. I would like to switch it to a new site, that is currently in a password protected sub directory on this server. I have a "Site Maintenance in Progress" page....

Appropriate strategy for tagging and hotfixing with git

I was wondering if the strategy I m using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master ...

Pylons deployment questions

I m a beginner with Pylons and I ve mostly developed on my localhost using the built-in web server. I think it s time to start deployment for my personal blog, I have a Debian Lenny server with ...

Do I want Publish or Release Build in VB.net?

I wrote a little (like 40 lines little) Winforms application with VB.net in Visual Studio 2010. Now I ve released the code as a Google Code project. It s easy for a developer to get the source but I d ...

Need advice on my PHP development solution

Here is how our current php development solution is set up: Each developer work on their local machine. Each developer commit their change to a common SVN server (intranet). A commit hook upload the ...

loading from JAR files during deployment vs development

when i am loading some data into my java program, i usually use FileInputStream. however i deploy the program as a jar file and webstart, so i have to use getRessource() or getRessourceAsStream() to ...

热门标签