
Brian Gracely9








Everyone likes to talk about "running containers at scale". Almost nobody has "Google-scale environments". What's a realistic scale before a company needs Kubernetes with their containers?

miles ward
especially with a few small teams working on testing software, kubernetes can be hugely beneficial on even a small cluster

Navneet Joneja
Don't need to be near Google scale to benefit from k8s. Underlying capabilities and patterns are useful at any scale, but get exponentially more so with scale.

Craig McLuckie
it isn't just about scale. the reality is that everyone can benefit from this type of operating model, but it is literally the only way to run internet scale workloads. so internet companies have had to run this way.

Craig McLuckie
our mission is to make the model of operating available and accessible to everyone.

Kit Merker
the health model for pods is super helpful, who doesn't want auto-healing?

brendandburns
I think once you have users who expect your service to be up all the time you're at that scale. A lot of what we do is make it possible to manage and deploy software reliably at any scale.

Gaurav Bora
Hmm... We developed our next generation element management software @HDSCorp as a #cloudnative app as it allows us to manage ever device in every data center for our enterprise customers

Gaurav Bora
@brendandburns building apps this way allows them to scale based on adoption and not having to reengineer

Jeffrey Bean
personally on single small applications kubernetes proves itself from the declarative nature of orchestration alone. The best part is then when scaling that app you are already on the platform that can scale with your application needs.