helm/cmd/tiller
Maciej Kwiek c1fcaf09ce Experimental Rudder implementation
This change introduces the concept of Rudders - pluggable modules that
Tiller communicates with via grpc, which allow to decouple orchestration
logic from Tiller into separate service.

This commit consists of simple Rudder implementation which does exactly
the same thing as built in Tiller orchestrator - it creates all k8s
objects from provided manifest without orchestrating them.

--experimental-release flag is introduced to enable this behaviour.

This change allows to use the service and tiller outside of the cluster.
Following commits will add Rudder to helm deployment.
2017-05-05 13:02:20 +02:00
..
probes.go Add prometheus monitoring for tiler 2017-04-13 09:37:12 +06:00
probes_test.go Add prometheus monitoring for tiler 2017-04-13 09:37:12 +06:00
tiller.go Experimental Rudder implementation 2017-05-05 13:02:20 +02:00
tiller_test.go Separate tiller into pkg and cmd so we can use tiller as a library. 2016-11-02 22:53:07 +08:00
trace.go feat(tiller): add optional grpc tracing 2016-10-11 11:00:35 -07:00