Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Add support for native K8s Executor #748

Open
lbeckman314 opened this issue Dec 5, 2023 · 0 comments · Fixed by #755
Open

Feature Request: Add support for native K8s Executor #748

lbeckman314 opened this issue Dec 5, 2023 · 0 comments · Fixed by #755
Assignees

Comments

@lbeckman314
Copy link
Member

lbeckman314 commented Dec 5, 2023

Background

Currently the Kubernetes support in Funnel is built around Docker-in-Docker (dind) as opposed to the native Kubernetes executor. This adds another layer of networking and resources that could otherwise be managed entirely by Kubernetes.

Feature Request

If possible migrate the existing dind Kubernetes task execution to the native k8s execution.

See TESK's approach for task execution within Kubernetes as it already has built-in support for native task execution without the use of Docker-in-Docker.

Additional Resources:

@lbeckman314 lbeckman314 self-assigned this Dec 5, 2023
@lbeckman314 lbeckman314 linked a pull request Dec 12, 2023 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant