Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/queil/kuba
Easy Kubernetes Debugging for .NET Core in VS Code.
https://github.com/queil/kuba
Last synced: about 1 month ago
JSON representation
Easy Kubernetes Debugging for .NET Core in VS Code.
- Host: GitHub
- URL: https://github.com/queil/kuba
- Owner: queil
- License: apache-2.0
- Created: 2020-02-04T19:44:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T03:16:35.000Z (almost 3 years ago)
- Last Synced: 2023-03-04T14:53:01.285Z (almost 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 14.3 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![Kuba](/media/kuba.128.png)
# Kuba [![Build Status](https://dev.azure.com/queil/kuba/_apis/build/status/queil.kuba?branchName=master)](https://dev.azure.com/queil/kuba/_build/latest?definitionId=1&branchName=master)
Easy Kubernetes Debugging for .NET Core in VS Code.
# What is Kuba?
Kuba's goal is to make both local and remote debugging .NET Core code (C#, F#) in Kubernetes feel like the old good local-development-like experience (or even better!). Kuba joins the remote-debugging powers of the C# VS Code extension with the live-sync capabilities of [tilt](https://tilt.dev/).
![Kuba-Gif](/media/kuba2.gif)
# Requirements
* [VS Code](https://code.visualstudio.com/)
* [Kubernetes](https://kubernetes.io/) cluster
* [kubectl](https://kubernetes.io/docs/reference/kubectl/overview/)
* [tilt](https://tilt.dev/)
* [.NET Core Sdk](https://dotnet.microsoft.com/download)
* [C# for VSCode extension](https://github.com/OmniSharp/omnisharp-vscode)
* If on Windows - [WSL2](https://docs.microsoft.com/en-us/windows/wsl/wsl2-install) as tilt just works better on Linux