Top Banner
Reliable, scalable Kubernetes on AWS Shri Javadekar @shrinandj
14

May Bay Area Kubernetes Meetup: Scalable and reliable Kubernetes on AWS

Jan 21, 2018

Download

Internet

Matt B.
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: May Bay Area Kubernetes Meetup: Scalable and reliable Kubernetes on AWS

Reliable, scalable Kubernetes on AWS

Shri Javadekar@shrinandj

Page 2: May Bay Area Kubernetes Meetup: Scalable and reliable Kubernetes on AWS

About Applatix

• Build and run containerized apps in the public cloud▪ Solution built on top of Kubernetes

• Simplify the journey to cloud with:▪ Infrastructure automation▪ Container-based devops workflows▪ Monitoring, audit and governance

Page 4: May Bay Area Kubernetes Meetup: Scalable and reliable Kubernetes on AWS

Outline

• OOM kills!!!• AWS has limits• Volume issues• Cloud hygiene• AutoScalingGroups (ASGs) are your friend

Page 5: May Bay Area Kubernetes Meetup: Scalable and reliable Kubernetes on AWS

• OOM Kills▪ Etcd

In memory dataData snapshots stored to disk after fixed record count

▪ Can affect other processes (api-server, kube-controller manager, etc.).

▪ Tuned the --snapshot-count parameter

Reliability

Page 6: May Bay Area Kubernetes Meetup: Scalable and reliable Kubernetes on AWS

Reliability

Page 7: May Bay Area Kubernetes Meetup: Scalable and reliable Kubernetes on AWS

Reliability

Page 8: May Bay Area Kubernetes Meetup: Scalable and reliable Kubernetes on AWS

* under development

Reliability

Page 9: May Bay Area Kubernetes Meetup: Scalable and reliable Kubernetes on AWS

Reliability

Page 10: May Bay Area Kubernetes Meetup: Scalable and reliable Kubernetes on AWS

Scalability

Page 11: May Bay Area Kubernetes Meetup: Scalable and reliable Kubernetes on AWS

Scalability

Page 12: May Bay Area Kubernetes Meetup: Scalable and reliable Kubernetes on AWS

Scalability

Page 13: May Bay Area Kubernetes Meetup: Scalable and reliable Kubernetes on AWS

Summary

Page 14: May Bay Area Kubernetes Meetup: Scalable and reliable Kubernetes on AWS

Thank You