Bridge to Kubernetes - for Visual Studio and Visual Studio Code
Перейти к файлу
Gordon Hogenson 98e6799284
Docker context is -c
2020-10-27 15:43:31 -07:00
.github Update bug_report.md 2020-10-19 14:37:34 -07:00
actions/add-review-url
assets
samples Create license.md 2020-10-19 12:40:48 -07:00
tools Docker context is -c 2020-10-27 15:43:31 -07:00
.gitattributes
.gitignore Add launch profiles for both stats-api and frontend 2020-09-25 08:31:11 -07:00
CODE_OF_CONDUCT.md
LICENSE
README.md
SECURITY.md
bridge-quickstart.sh review comments 2020-10-26 15:36:44 -07:00
routingmanager.yml

README.md

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.

Alt Text

Key Features:

Simplifying Microservice Development

  • Eliminate the need to manually source, configure and compile external dependencies on your development computer.

Easy Debugging

  • Run your usual debug profile with the added cluster configuration. You can debug your code as you normally would while taking advantage of the speed and flexibility of local debugging.

Developing and Testing End-to-End

  • Test end-to-end during development time. Select an existing service in the cluster to route to your development machine where an instance of that service is running locally. Request initiated through the frontend of the application running in Kubernetes will route between services running in the cluster until the service you specified to redirect is called.

Documentation

Roadmap

https://github.com/microsoft/mindaro/projects

Purpose of this repository

This source repository primarily hosts code samples to support product guides, discussion of bugs/feature requests, as well as provide high-level insight into our product roadmap.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.