As a person who doesn’t understand containers, where do I go to learn the basics?
Scaling Kubernetes to 2,500 Nodes
11–20 of 34 posts
Re: Scaling Kubernetes to 2,500 Nodes
#12Re: Scaling Kubernetes to 2,500 Nodes
#13ARP caching seems to be a common issue in cloud environments. AWS recommends turning it off and does so itself in their Amazon Linux distro.
Re: Scaling Kubernetes to 2,500 Nodes
#14Does OpenAI train w/ GPUs on k8s clusters?
Check out https://github.com/google/kubeflow if you are interested in doing the same.
(Disclaimer: I work for GCP doing K8s stuff, I know GKE clusters support GPUs and Kubeflow, not 100% sure if AKS supports it or if you need to set up your own cluster like OpenAI did.)
Re: Scaling Kubernetes to 2,500 Nodes
#15As a person who doesn’t understand containers, where do I go to learn the basics?
Re: Scaling Kubernetes to 2,500 Nodes
#16As a person who doesn’t understand containers, where do I go to learn the basics?
Re: Scaling Kubernetes to 2,500 Nodes
#17As a person who doesn’t understand containers, where do I go to learn the basics?
It covers everything from "What is Docker?" to learning how to apply it to your own projects. There's a tiny bit of theory, followed by lots of guided labs and examples.
In case you're curious, I've been using Docker in development and production since 2014 and am also a Docker Captain (TL;DR is Docker reached out to me to join their team as a trusted content provider).
Re: Scaling Kubernetes to 2,500 Nodes
#18As a person who doesn’t understand containers, where do I go to learn the basics?
[0] https://github.com/gravitational/workshop/blob/master/docker...
[1] https://github.com/gravitational/workshop/blob/master/k8s101...
Re: Scaling Kubernetes to 2,500 Nodes
#19Does OpenAI train w/ GPUs on k8s clusters?