weaver icon indicating copy to clipboard operation
weaver copied to clipboard

Programming framework for writing and deploying cloud applications.

Results 111 weaver issues
Sort by recently updated
recently updated
newest added

Hi, I wanted to ask if there are plans to support Kubernetes as a deployer, I see the `gke` deployer has kubernetes in the mix, but I was wondering why...

Perhaps currently only the following features are available: 1. Initializing the Kubernetes cluster and other GCP components when performing `weaver gke deploy` for the first time 2. Adding/updating pods to...

Rolling update doesn't work well in gke. In my opinion, if I redeploy with the same toml configuration, weaver should basically do a rolling update with no downtime. If not,...

Hi folks! Thanks a lot for your efforts with ServiceWeaver! I'm learning how to work with it and specifically to deploy it to GKE. Here is an example of my...

I wrote the tcp server example and the single-process mode is fine. The new question is, in the multi-process, multi-machine, or multi-replica deployment, how do you find out which replica...

I am missing docs about AuthZ and AuthN (and encryption). How do the services authenticate? Could an evil user in the same Kubernetes cluster call methods?

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.9+incompatible to 25.0.6+incompatible. Release notes Sourced from github.com/docker/docker's releases. v25.0.6 25.0.6 For a full list of pull requests and changes in this release, refer to the relevant...

dependencies

* Allow envelope to accept cgroup manager which gives users opportunity to constraint process created by weavelets, which is really helpful in case of `multi` and `single` deployment where user...

[In this tutorial](https://serviceweaver.dev/docs.html). I ran `weaver generate . `, but nothing worked after about 10~15 minutes. Should I change the version of go or weaver? ### Version - M1 max...

Hi, I am trying to compile my project: [test.zip](https://github.com/user-attachments/files/16347608/test.zip) There are 2 files: - good.go with a build tag `good` that can be normally compiled when `-tags good` provided to...