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.
 
 
 
 
 
 
Ryan Nowak b5472d8cff Add vscode files 6 years ago
.github/workflows Add ci 6 years ago
.vscode Add vscode files 6 years ago
build Initial skeleton 6 years ago
src code dump of micronetes 6 years ago
test/E2ETest Initial skeleton 6 years ago
.editorconfig Initial skeleton 6 years ago
.gitignore Initial skeleton 6 years ago
Directory.Build.props Initial skeleton 6 years ago
Directory.Build.targets Initial skeleton 6 years ago
README.md Add readme 6 years ago
nuget.config Initial skeleton 6 years ago
tye.sln code dump of micronetes 6 years ago
version.json Initial skeleton 6 years ago

README.md

Tye

What tye can do:

  • Run multiple projects locally.
  • Easily manage dependencies running containers.
  • Automatically build Docker images by following .NET's conventions.
  • Generate manifests for Kubenetes (static deployments/services, Helm Charts, OAM).
  • Express relationships and dependencies between services.
  • Make secret management and service discovery easy.
  • Let you configure all of this with C# code (.csx) or yaml!

Current Status

CI

Dipper will be a combination of Opulence and Micronetes into a single tool.

There's not much to see here right now, but keep watching this space for updates.

Installing the tye CLI

TBD

Getting started

TBD