Scaling Kubernetes to 2,500 Nodes
blog.openai.com
Scaling Kubernetes to 2,500 Nodes
1–10 of 34 posts
Re: Scaling Kubernetes to 2,500 Nodes
#2Re: Scaling Kubernetes to 2,500 Nodes
#3(Azure containers lead here) Awesome to see OpenAI scale Kubernetes on Azure!
Re: Scaling Kubernetes to 2,500 Nodes
#4(Azure containers lead here) Awesome to see OpenAI scale Kubernetes on Azure!
(in Azure) Are VMs still tied to a specific machine and thus if the machine goes down the VMs need be restarted?
Re: Scaling Kubernetes to 2,500 Nodes
#5Earlier quoted context omitted.
(in Azure) Are VMs still tied to a specific machine and thus if the machine goes down the VMs need be restarted?
VMs in all clouds are always tied to specific machines. If that machine fails unexpectedly then those VMs will restart. If it is a controlled reboot (e.g. host update) then they may not restart...
Re: Scaling Kubernetes to 2,500 Nodes
#6Earlier quoted context omitted.
(in Azure) Are VMs still tied to a specific machine and thus if the machine goes down the VMs need be restarted?
VMs in all clouds are always tied to specific machines. If that machine fails unexpectedly then those VMs will restart. If it is a controlled reboot (e.g. host update) then they may not restart...
Re: Scaling Kubernetes to 2,500 Nodes
#7Re: Scaling Kubernetes to 2,500 Nodes
#8(Azure containers lead here) Awesome to see OpenAI scale Kubernetes on Azure!
(in Azure) Are VMs still tied to a specific machine and thus if the machine goes down the VMs need be restarted?
Howwwwever, LRS storage does not save you if the whole datacenter goes down, or during scheduled maintenance (when the whole datacenter is down.) For that, you'll need ZRS (which does failover to a co-lo in the event of the primary datacenter going down) or GRS (for which you can configure/test your failover options.)
Also, Microsoft's strength is in their PaaS services, like app-service or Azure-Functions. Those usually have CosmosDB on the backend, which is pretty much the best failover/DB-availability server-software on the market in my opinion.
Re: Scaling Kubernetes to 2,500 Nodes
#9Re: Scaling Kubernetes to 2,500 Nodes
#10As a person who doesn’t understand containers, where do I go to learn the basics?