Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
dharmab
2y ago
0 comments
Save
Share
The official python client does not have feature parity with kubectl; I had to reimplement parts of kubectl in my own scripts, like the 'apply' and 'exec' subcommands and less-flaky CRD deployments.
0 comments
3 comments · 1 top-level
top
newest
oldest
jacobtomlinson
2y ago
· 2 in thread
Kr8s already has things like port forwarding and I’m working on apply right now. Exec is next on my list
dharmab
OP
2y ago
here, take my code:
https://github.com/dharmab/homelab-k3s/blob/2f46393aeeb73673...
jacobtomlinson
2y ago
Heh thanks. We are trying to avoid binary dependencies like kubectl because you can’t install the with pip.
1 more reply
j
/
k
navigate · click thread line to collapse