This is a hands-on tutorial for a fully-functional Kubernetes Operator as a follow up of the Introduction to Kubernetes Operators. This Proof-of-Concept shows how you can reuse your Ansible code/skills to do automation on Kubernetes which also allows you to wrap any application (even legacy ones) in a declarative, cloud-native style.
This tutorial will cover writing Kubernetes Operators in no time. Also using previous experience with Ansible ecosystem to write Kubernetes operator without writing real code. You will learn and understand the following:
- What are Kubernetes operators and how they are work.
- How Ansible-based operators work to automate tasks within Kubernetes and how it's different from other operators types.
- How to use your previous experience with Ansible to writing Kubernetes operator in no time.
- How to build your first operator with real use case.