Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/queil/k8s-debug-poc
Debugging .NET apps in Kubernetes with VS Code and TIlt.
https://github.com/queil/k8s-debug-poc
Last synced: about 2 months ago
JSON representation
Debugging .NET apps in Kubernetes with VS Code and TIlt.
- Host: GitHub
- URL: https://github.com/queil/k8s-debug-poc
- Owner: queil
- License: apache-2.0
- Created: 2020-02-23T13:34:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T19:13:00.000Z (almost 1 year ago)
- Last Synced: 2024-01-14T05:13:11.061Z (12 months ago)
- Language: F#
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k8s-debug-poc
Debugging .NET apps in Kubernetes with [Kuba](https://github.com/queil/kuba)
# Trying it out
Read [this](https://github.com/queil/kuba#try-it) first if you have not yet.
1. Edit the Tiltfile line `allow_k8s_contexts('docker-desktop')` to match your Kubernetes cluster.
2. This particular Tiltfile uses the stand-alone [kustomize](https://kustomize.io/) to generate the app manifests. If you want to use it too please make sure you've got it [installed](https://github.com/kubernetes-sigs/kustomize/blob/master/docs/INSTALL.md).# Resources
* Learn more about [tilt](https://docs.tilt.dev/)