youtube image
From YouTube: OpenShift Commons Operator Framework SIG Meeting August 17 2018 Full Session

Description

Co-chairs: Diane Mueller and Rob Szumanski (Red Hat)

Topics:

Ansible Operator Update – Shawn Hurley

The Ansible Operator is:
- using the new Ansible k8s modules to manage kubernetes resources, allowing for easy templating
- using Ansible Runner to allow for structured output
- using helpers that wil help a user set metadata of a resource in kubernetes i.e. the owner reference

OpenShift Commons Operator Lifecycle Management with Evan Cordell Red Hat

Operator Lifecycle Management offers:
- app store-like experience for discovering and installing operators
- automated upgrades for operators
- framework for building rich, re-usable user interfaces
- package management and dependency resolution

Building Vitess Operator using the Operator SDK – Dan Kozlowski (PlanetScale)
- what is vitess?
- why build an operator?
- common crd patterns
- potential beyond provisioning