This project was created for learning purposes. It aims to implement a Kubernetes operator to learn how it works.
The operator will create a webserver based on type which can be:
- Nginx
- Apache tomcat
A webserver consists of:
- Pod
- Service
The implementation is based on zalando's kopf
The code is highly inspired from Luc Juggery's medium post