You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,12 @@
1
1
## Celery Kubernetes Operator(WIP)
2
2
3
-
A Kubernetes operator to manage Celery clusters. It started with being built as a demo project to EuroPython 2020 [talk](https://youtu.be/MoVHxRZ1688?t=9882) around automating infrastructure management in Kubernetes while staying in Python ecosystem.
3
+
A Kubernetes operator to manage Celery clusters. It started with being built as a demo project to EuroPython 2020 [talk](https://youtu.be/MoVHxRZ1688?t=9882) around automating infrastructure management in Kubernetes while staying in Python ecosystem. Now, it is being pursued to be a production ready project.
4
4
5
5
Please report an issue for improvement suggestions or feedback. This operator is being written with the help of [KOPF](https://github.com/zalando-incubator/kopf) framework open sourced by Zalando SE.
6
6
7
+
## Architecture Document
8
+
9
+
Please go through the proposed architecture document for the operator [here](architecture.md).
0 commit comments