mindaro/samples
GatoonJin 28e9f9b2de upgrade version of 'next' package to v11.1.4 and fix code 2022-05-11 08:06:30 +00:00
..
BikeSharingApp Merge pull request #313 from microsoft/dependabot/npm_and_yarn/samples/BikeSharingApp/Bikes/minimist-1.2.6 2022-04-05 17:29:01 -07:00
todo-app upgrade version of 'next' package to v11.1.4 and fix code 2022-05-11 08:06:30 +00:00
README.md Format samples/README.md for easier reading as raw markdown 2021-12-08 20:47:09 +13:00

README.md

Bridge to Kubernetes Samples

These sample projects are used in Bridge to Kubernetes documentation to demonstrate product capabilities.

  1. BikeSharingApp: A large application implemented as multiple microservices written in various languages. This provides a good example of a complex application for a team developing large applications. Visual Studio Quickstart | Visual Studio Code Quickstart
  2. ToDo App: This sample is an extended TODO application and is composed of six inter-related components. It is is a good example for illustrating how Bridge to Kubernetes can be used to develop a microservice application on any Kubernetes cluster. This sample has been adapted from code provided by TodoMVC.
  3. Azure Voting App: The default Azure Kubernetes Service (AKS) sample application. A 2 service application (Python/Redis) that provides users an expedited quick-start. https://github.com/Azure-Samples/azure-voting-app-redis AzureVoteGif