question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build a Celery-less K8s deployment

See original GitHub issue
  • build a K8sJobEngine that submits jobs per step directly
  • support resource settings on all Executor and RunLauncher submitting jobs

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
alangenfeldcommented, Jun 24, 2020

Ah I see, adding supporting that to the list of things to do.

1reaction
alangenfeldcommented, Jun 23, 2020

@ikendoit if you set the executor to multiprocess in your run config instead of using celery or celery-k8s, I think you may be able to achieve what you are looking for today. Provided that works as expected, you can turn off the celery queues in your helm chart by setting celery.enabled to false.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deployments - Kubernetes
A Deployment provides declarative updates for Pods and ReplicaSets. You describe a desired state in a Deployment, and the Deployment Controller changes the ......
Read more >
Introduction to YAML: Creating a Kubernetes deployment
In this article, we'll look at how YAML works and use it to define first a Kubernetes Pod, and then a Kubernetes Deployment....
Read more >
Kubernetes, Local to Production with Django: 4 - Celery with ...
Deploy Redis into our Kubernetes cluster, and add a Service to expose Redis to ... Create celery tasks in the Django application and...
Read more >
How to Create Deployments and Services in Kubernetes?
Kubernetes is a container orchestration tool that helps with the deployment and management of containers. Learn how to create deployments ...
Read more >
Deployment Strategies In Kubernetes - Auth0
Now creating the service will create a load balancer that is accessible outside the cluster. $ kubectl apply -f service.yaml. Run kubectl get...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found