Cloud Engineering Archives - Software Engineering Daily
Cloud Engineering Archives - Software Engineering Daily
Cloud Engineering Archives - Software Engineering Daily
Kubernetes Operators with Rob Szumski
1 hour 2 minutes Posted Jun 18, 2019 at 2:00 am.
0:00
1:02:48
Download MP3
Show notes

Kubernetes has made distributed systems easier to deploy and manage. As Kubernetes has become reliable, engineers have started to look for higher level abstractions we can define on top of Kubernetes.

An operator is a method of packaging, deploying, and managing a Kubernetes application.

Operators are useful for spinning up distributed systems such as Kafka, Redis, or MongoDB. These data systems are complicated, stateful applications with lots of failure domains. The operator framework enables a developer to deploy one of these complicated applications with less fear of the system crashing, or entering an erroneous state.

Rob Szumski is an engineer at Red Hat. He joins the show to discuss Kubernetes, the operator pattern, and his time at CoreOS, which was acquired by Red Hat.

ANNOUNCEMENTS

The post Kubernetes Operators with Rob Szumski appeared first on Software Engineering Daily.