From 3ea7675134d4c847baaf5e72ce539040ca403f32 Mon Sep 17 00:00:00 2001 From: Gautam Prajapati Date: Sat, 27 Jun 2020 12:52:12 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eec1475..cd92079 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Celery-Kubernetes-Operator(WIP) A basic Celery operator written in Python. To be used to manage Celery applications on a Kubernetes cluster. It is being built as a demo project to proposed EuroPython 2020 [proposal](https://ep2020.europython.eu/talks/BbvZjFa-advanced-infrastructure-management-in-kubernetes-using-python/). -Beyond the conference, it'll be pursued to be a production ready project. Feedback/Suggestions to improve are welcome. Please report an issue. This operator is being written with the help of [KOPF](https://github.com/zalando-incubator/kopf) framework open sourced by Zalando SE. +Beyond the conference, it'll be pursued to be a production ready project. + +Please report an issue for improvement suggestions/feedback. This operator is being written with the help of [KOPF](https://github.com/zalando-incubator/kopf) framework open sourced by Zalando SE. # Project Scope The general idea is to bridge the gap between infrastructure and application developers where application developers can just spec out a simple celery deployment yaml and have to do nothing more than `kubectl apply -f `to spin up their own celery cluster. @@ -17,4 +19,4 @@ It aims to have following things in place- # Inspiration -This project is inspired by proposal [Issue#24](https://github.com/celery/ceps/issues/24) in CEPS(Celery Enhancement Proposals) +This project is inspired by proposal [Issue#24](https://github.com/celery/ceps/issues/24) in CEPS(Celery Enhancement Proposals) and @jmdacruz's POC [project](https://github.com/jmdacruz/celery-k8s-operator/)