A solution for implementing efficient and consistent software delivery to Kubernetes facilitating best practices.
go
docker
kubernetes
golang
dockerfile
ansible
devops
continuous-integration
continuous-delivery
docker-image
dapp
ci-cd
iac
determinism
gitops
werf
giterminism
-
Updated
May 20, 2022 - Go
Assume
state(state.hpp) is process wide states, some resources are per-thread, while others (such as FDs, signal handlers) are per-process. It would be nice too have three APIs likereset(),cloned()andforked(), so that theunixclone(threads) andforkevents can be easily to implement.For instance, if we know some resources are shared among threads (per-process), in
rust