A new research project from co-creator of K8S
to simplify deployment with containers.
Metaparticle - A standard library for cloud-native applications on Kubernetes | Azure Friday | Channel 9
Azure Friday | Metaparticle - A standard library for cloud-native applications on Kubernetes - YouTube
Metaparticle
"Metaparticle is a standard library for cloud native applications on Kubernetes. The goals of the Metaparticle project are to democratize the development of distributed systems. Metaparticle achieves this by providing simple, but powerful building blocks, built on top of containers and Kubernetes."
[Metaparticle.Runtime.Config] [Metaparticle.Package.Config(Repository = "docker.io/docker-user-goes-here/simple-web", Publish = false)] public static void Main(string[] args) => Containerize(args, () => { WebHost.CreateDefaultBuilder(args) .UseStartup() .UseKestrel(options => { options.Listen(IPAddress.Any, port); }) .Build() .Run(); });
Metaparticle.io @ GitHub
No comments:
Post a Comment