Top Banner
Kubernetes IRL In Real Life.
32

Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

May 20, 2020

Download

Documents

dariahiddleston
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: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

Kubernetes IRLIn Real Life.

Page 2: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,
Page 3: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

@IanDCrosby

@containersoluti

Page 4: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

Outline● What is (Container) Orchestration?

● Cloud Native Maturity

● Kubernetes in the Wild

○ Where to run?

○ Handling environments and security

○ Configuring your applications

○ Monitoring

● Wrap up

Page 5: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

This talk is not...● An argument for Orchestration

● Promotion of Kubernetes

● Kubernetes 101

Page 6: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,
Page 7: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

“The planning or coordination of the elements of a situation to

produce a desired effect, especially surreptitiously”

MAGIC

Page 8: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,
Page 9: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

One Kubernetes Please!

Page 10: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,
Page 11: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

“Tools will not solve your people issues.”

Page 12: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,
Page 13: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,
Page 14: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

The stories you are about to hear are true. Only the names have

been changed to protect the innocent.

Page 15: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

or

Page 16: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

disruptiveStartUp.io

Page 17: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

secretForeignGovtDept.xx

Page 18: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

Multiple Environments and Clusters

Page 19: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

genericWeatherService.com

Page 20: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,
Page 21: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

Namespaces

Page 22: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

NamespacesRBAC

Page 23: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

NamespacesRBAC

Network Policies

Page 24: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

NamespacesRBAC

Network PoliciesService TLS

Page 25: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

Deploying your applications

Page 26: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

$ kubectl run this-app --image=my-app

Page 27: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

governmentBranchService.org

Page 28: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

Quality of Service (QoS)

● Guaranteed

● Burstable

● Best Effort

Page 29: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

Monitoring

Page 30: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,
Page 31: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

Takeaways● Orchestration is the future (for most of us)

● Don’t put the cart before the horse

● Cloud Native is not just about the tools

● Leverage the technology

Page 32: Kubernetes IRL - GOTO Conference...Comprehensive monitoring Continuous Delivery Hybrid cloud, orchestration, Kubernetes, Mesos 101-201 Experimental Data driven, strategic Multi-disciplinary,

Thanks

Ian Crosby @iandcrosby