Python编写Operator的多种方法

使用Python编写Kubernetes Operator主要有以下几种方法:

  • 使用 Kubernetes Operator Pythonic Framework (Kopf)

Kubernetes Operator Pythonic Framework (Kopf) 是一个使用Python开发的用来构建Kubernetes Operators的框架。

  • 直接使用Python编写Operator,无需framework和SDK