-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Feedback on comparison with kr8s #2117
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
Comments
@jacobtomlinson Does kr8s support SOCKS5 proxying or proxying to the Kubernetes API in general? This works with kubectl, but less so with the official Python API. #1064 #2088 #1175 |
@sanmai-NL in But we don't do anything to enable setting this in code. If that would be valuable to you then please open an issue on the |
Setting this in code, you mean you don't provide an API to configure proxying? But for us, using the environment variables is sufficient. |
Not currently. If there is demand for this we can definitely expose it though. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hey there 👋. I'm the author of
kr8s
, another Python library for Kubernetes.The goal of
kr8s
is to be a batteries-included kubectl-inspired Python library that has a very shallow learning curve and reduces boilerplate. I built it to solve some specific challenges we were having indask-kubernetes
with using the officialkubernetes
library (and especiallykubernetes_asyncio
).We are at the point in development where
dask-kubernetes
has been fully migrated over to it and the API is getting pretty stable, so I decided to take a step back and assess how well we are doing in terms of hitting our design goals. In doing so I wrote up a blog post comparing thekr8s
API with other Python Kubernetes libraries includingkubernetes
.The comparison is intended to check how well
kr8s
is meeting it's goals and to discuss the tradeoffs we make to achieve those goals compared with libraries, rather than trying to show which is "better".I wanted to stop by here and open an issue to ask for feedback on the
kubernetes
description and examples I've included in the post. I want to make sure I'm highlighting the strengths ofkubernetes
accurately so that if folks do use the post to choose between the libraries they can make an informed decision based on their own requirements.If you do have any feedback feel free to reply here, send me an email to [email protected] or open a PR directly on the blog post.
Thank you!
The text was updated successfully, but these errors were encountered: