Michael Schilonka

Results 67 comments of Michael Schilonka

Thanks for reporting this. Do you have some kind of automatic rescheduling of workloads in that cluster?

This has been addressed with Gefyra 2. There is now a test case in the operator that employs a Pod with `securityContext`: https://github.com/gefyrahq/gefyra/blob/7531945916d3eaee035e869c649701e620841ced/operator/tests/fixtures/demo_pods.yaml#L9-L12 The carrier component (responsible for the bridge)...

@schwobaseggl Here's my PoC with `k3d`. 1) Create cluster `k3d cluster create mycluster --agents 1 -p 8080:80@agent:0 -p 31820:31820/UDP@agent:0` 2) Run a Pod with Ubuntu in `mycluster` ```yaml apiVersion: v1...

Here's the PoC for a specific ServiceAccount (when given with `gefyra run --sa mysa`) after setting everything up from above. 1) Create a service account, ClusterRole, and ClusterRoleBinding ```yaml apiVersion:...

I'd say for getting the env from a Gefyra phantom Pod in the cluster when `gefyra run`ning, we should create a busybox Pod: ```yaml apiVersion: v1 kind: Pod metadata: name:...

The output of `gefyra list --bridges` provides much more information about a `GefyraBridge` in Gefyra 2. The return value of the API might not be completely perfect tho.

Well, I see the same problem on Windows 11 in Powershell. I am currently using the Linux built on WSL2 as a workaround. We have to look into it, although...

There is a chance with (upcoming) Gefyra 2 to connect to the cluster using a Wireguard client on your machine. However, there is probably some manual effort to make this...

Depending on the level of automation it's relatively easy to implement. Since Gefyra is working atop Wireguard, the CLI could activate a `GefyraClient` for you in the cluster and write...

> What do you think about implementing this script in gefyra cli ? Are you asking for suggestion (a) or (b)?