.. _kubernetes_operator_python: ================================= Python编写Kubernetes operator ================================= 虽然Go是Kubernetes operators的主要编程语言,但是, ``Batteries Included`` 的开发语言Python同样能够实现Kubernetes operators。这对于广大的SA来说,是一个提高工作效率的快速解决方案。 .. toctree:: :maxdepth: 1 write_kubernetes_operator_in_python.rst operator_in_python_wihout_frameworks.rst operator_in_python_with_kopf.rst