ServiceWeaver / weaver-kube

Run Service Weaver applications on vanilla Kubernetes.
Apache License 2.0
61 stars 19 forks source link

weaver-kube

This repository contains Go libraries for deploying Service Weaver applications in any Kubernetes environment using the Kube deployer.

Visit https://serviceweaver.dev to learn about Service Weaver.

Overview

The figure below shows a high level overview of the weaver kube deployer. The user provides an application binary and a configuration file config.yaml. The deployer builds a container image for the application and generates Kubernetes resources that enable the application to run in a Kubernetes cluster.

Kube Overview

Features:

Installation and Getting Started

Visit the Kube section of https://serviceweaver.dev/docs.html for installation instructions and information on getting started.

Contributing

Please read our contribution guide for details on how to contribute.