Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Top 10 Kubernetes Tips/Tricks

Steve Sloka
February 01, 2018

Top 10 Kubernetes Tips/Tricks

Pittsburgh Kubernetes Meetup

Steve Sloka

February 01, 2018
Tweet

More Decks by Steve Sloka

Other Decks in Technology

Transcript

  1. Pittsburgh Kubernetes Meetup # 8 Add default memory limits and

    cpu limits to namespaces apiVersion: v1 kind: LimitRange metadata: name: mem-limit-range spec: limits: - default: memory: 512Mi defaultRequest: memory: 256Mi type: Container
  2. Pittsburgh Kubernetes Meetup #9 Pod Disruption Budgets apiVersion: policy/v1beta1 kind:

    PodDisruptionBudget metadata: name: nginx-pdb spec: minAvailable: 2 selector: matchLabels: app: pdb This lets you control how many instances you need running at any given time.
  3. Pittsburgh Kubernetes Meetup Thank You! Heptio empowers the technology driven

    enterprise to realize the full potential of Kubernetes. We offer training, support and professional services to speed integration of Kubernetes and related technologies into the fabric of your IT. @stevesloka github.com/stevesloka gtihub.com/heptio