Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with min
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Pratik Sanglikar b5838f15af Stage 0.8 release 5 years ago
..
recipes Replace 'master' with 'main' in various files (#974) 5 years ago
reference Add dockerfile build args documentation (#1095) 5 years ago
tutorials/hello-tye Update 01_deploy.md (#1084) 5 years ago
FAQ.md Fix a small typo (#804) 5 years ago
README.md 0.4 -> 0.5 (#603) 6 years ago
developer_guide.md Replace 'master' with 'main' in various files (#974) 5 years ago
getting_started.md Stage 0.8 release 5 years ago

README.md

📖 Tye documentation

Tutorials

Topic Description
Getting Started Get setup to develop with tye.
Basic Tutorial (run locally) Learn how to run an application locally with tye.
Basic Tutorial (deploy) Learn how to deploy an application with tye.
Basic Tutorial (add Redis) Learn how to add redis for development and deployed to a development cluster.

Recipes

Topic Description
Using Ingress Using tye with an ingress for serving public traffic.
Using Distributed Tracing Using zipkin for distributed tracing.
Logging with Elastic Stack Using Elastic Stack for logging.
Logging with Seq Using Seq for logging.
Using Dapr with Tye Using tye for local development and deployment with a Dapr application.
Using Azure Functions with Tye Using tye for local development with Azure Functions
AKS and Github Actions Learn how to deploy an application to AKS with Github Actions

Reference documentation

Area Description
Tye Commandline Reference Documentation for tye commands.
Service Discovery Learn more about service discovery in Tye.
Local Development Learn more about how Tye works for local development.
Deployment Learn more about how Tye works for deploying to Kubernetes.
tye.yaml Schema tye.yaml configuration.
Multiple Repository Scenarios Learn how to configure a multiple repository application.