Michael Schilonka

Results 67 comments of Michael Schilonka

Super annoying. @SteinRobert Maybe something we can prioritize in the meantime?

Will you rebase this branch to main?

well, maintaining these together with `pyproject.toml` seems a bit tedious. Idk. FWIW I don't use pre-commit anyways. instead, check it manually and else get prompted by the CI.

Getdeck "virtual-host" bridge. ![getdeck-arch-virtual-host-bridge drawio (3)](https://github.com/Getdeck/beiboot/assets/676722/83a274d2-a301-49b3-abe7-5282739669f7)

Thanks for bringing this up. Seems like a good idea! We will look into this soon.

I am currently experimenting with `PyInstaller` https://pyinstaller.readthedocs.io/en/stable/usage.html which will compile a platform-specific binary (executable) for the CLI

PyInstaller creates a binary which takes multiple seconds (on Mac > 10 s) to unfold and execute. This is probably not feasible to roll out to users. Next attempt: https://github.com/indygreg/PyOxidizer...

We do have a first draft of our own implementation for this part of the stack: https://github.com/Schille/gefyra This will be integrated with the CLI soon and greatly improve this part...

@buschNT I like that idea: especially once the CLI and Unikube becomes more "open" (unauthenticated users get access to open projects) this is going to be important. I'd say: remove...

I started a Python Lib which can be used for this purpose: https://github.com/schille/caboto It depends on introspecting the K8s manifests. That is a more complex approach: 1) intercept the manifests...