Files
awesome-kubernetes/docs/visual-studio.md
2020-11-02 21:11:23 +01:00

17 KiB
Raw Blame History

Visual Studio Code

VSCode

Updates

Visual Studio MarketPlace and Extensions

Publishers

Extensions

More Extensions

More Extensions (Blogs)

Themes

DevOps Extensions

Azure DevOps Extensions

Git Flow Extensions

Jenkins Extensions

Integrated Terminal on Visual Studio Code

  • Integrated Terminal
  • This is an example of Visual Studio Code settings when adding Git Bash on Windows:
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe"

Test Debugging

Python in Visual Studio Code

Bridge to Kubernetes

  • Bridge to Kubernetes 🌟 Bridge to Kubernetes extends the Kubernetes perimeter to your development computer allowing you to write, test, and debug microservice code while connected to your Kubernetes cluster with the rest of your application or services. With this workflow, thereis no need for extra assets, such as aDockerfileor Kubernetes manifests.You can simplyrunyour code natively on your development workstation while connected to the Kubernetes cluster, allowingyou to test your code changes in the context of the larger application.
  • visualstudiomagazine.com: Bridge to Kubernetes Simplifies Microservice Development in Visual Studio/VS Code

Cloud Code

  • Cloud Code 🌟 Everything you need to write, debug, and deploy your cloud-native applications.

Alternatives

Videos