From 4282b7bf99c86ffd678cbd44eee001e1955529fe Mon Sep 17 00:00:00 2001 From: Gautam Prajapati Date: Tue, 18 Aug 2020 22:56:10 +0530 Subject: [PATCH] Add architecture document hyperlink --- docs/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 2d596d0..b81de04 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,9 +1,12 @@ ## Celery Kubernetes Operator(WIP) -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. +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. 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. +## Architecture Document + +Please go through the proposed architecture document for the operator [here](architecture.md). ### Support or Contact