This repository will serve as collection of exercises ranging from installation requirements to successfully building Operators for Kubernetes using the Operator SDK.
Exercises in this repository will be split into 3 distinct sections:
- Kubernetes
- Ansible/Helm
- Operator SDK
In this section we will review the basic Kubernetes CLI. We will also deploy applications using manifests.
In this section we will go over Ansible playbooks alongside Helm Charts.
In this section we will go over the Operator SDK and use our knowledge from the previous two sections to successfully deploy and maintain our applications.