Open
Description
Here's the accepted CEP for the project - https://github.com/celery/ceps/blob/master/draft/celery-kubernetes-operator.rst
This issue is to outline the TODOs and plan the first production-ready release for the operator.
- Define the goals for the first release
- Finalize the CRD template, add documentation
- Improve the handlers code and project structure/layering (Use classes to represent Celery/Flower deployments)
- Add tests for all the handlers, include coverage plugins, bring >95% test coverage
- Test the operator operations in a Kubernetes cluster under production traffic for two weeks
- Improve readme, documentation and prepare for the first release