Bridge-To-Kubernetes icon indicating copy to clipboard operation
Bridge-To-Kubernetes copied to clipboard

Bridge To Kubernetes (B2K) is development tool to debug microservices, pods which redirects traffic to your local development machine and vice versa.

Results 80 Bridge-To-Kubernetes issues
Sort by recently updated
recently updated
newest added

Bumps [FakeItEasy](https://github.com/FakeItEasy/FakeItEasy) from 7.3.1 to 8.1.0. Release notes Sourced from FakeItEasy's releases. 8.1.0 Changed New Provide a mechanism for capturing arguments passed to Fakes (#1950): var capturedMessage = A.Captured<string>(); var...

dependencies
.NET

Bumps [xunit](https://github.com/xunit/xunit) from 2.6.6 to 2.7.0. Commits d806fa1 v2.7.0 13bb60b #2872: Expand special handling for sets in Assert.Contains/DoesNotContain (v2) 203b4d9 Update to use the common build system (#2883) a4f585b Remove...

dependencies
.NET

Bumps [FakeItEasy](https://github.com/FakeItEasy/FakeItEasy) from 7.3.1 to 8.1.0. Release notes Sourced from FakeItEasy's releases. 8.1.0 Changed New Provide a mechanism for capturing arguments passed to Fakes (#1950): var capturedMessage = A.Captured<string>(); var...

dependencies
.NET

Bumps [FakeItEasy](https://github.com/FakeItEasy/FakeItEasy) from 7.3.1 to 8.1.0. Release notes Sourced from FakeItEasy's releases. 8.1.0 Changed New Provide a mechanism for capturing arguments passed to Fakes (#1950): var capturedMessage = A.Captured<string>(); var...

dependencies
.NET

This PR adds a workflow to build and push docker images to ACR for projects in samples folder which are extensively used for e2e testing.

enhancement

While connecting the bridge using vscode plugin it creates a new pod with `AllowPrivilegeEscalation*` to `true`. Is this mandatory to set as true. Because in a restricted organization environment it...

waiting for response
needs discussion

This work is to support AAD enabled cluster - today only workaround is to run kubectl proxy and then use b2k. Doesn't work for everyone. User experience is not good...

enhancement

Ive noticed that Bridge to Kubernetes doesn't support Istio service mesh at the moment. In fact, I've seen that you specifically added a check to see if an Istio sidecar...

duplicate
sidecar-support

Add copa github action, trivy repots for docker images scanning and vulnerability reporting. References: https://github.com/Azure/aks-periscope/blob/f0eb7f81fcb0309656c42ed7c8176017e181fcca/.github/workflows/build-publish.yml#L144 https://github.com/project-copacetic/copacetic

enhancement

**Describe the bug** When I try to start bridge with the `isolateAs` parameter I get this error: `Failed to establish a connection. Error: Internal Server Error: Object 'Kind' is missing...

bug