infrastructure-as-types icon indicating copy to clipboard operation
infrastructure-as-types copied to clipboard

Provide a way to create controllers for blue-green deployments

Open PawelLipski opened this issue 4 years ago • 1 comments

@pawelprazak : possibly the piece for custom resources as seen here: https://github.com/amir/cr4s/blob/master/example/src/main/scala/Foo.scala could be used

PawelLipski avatar Aug 06 '20 14:08 PawelLipski

there's a very hacky PoC that shows why we need a controller/reconciler abstractions: https://github.com/VirtusLab/infrastructure-as-types/blob/feature-blue-green-poc/examples/src/main/scala/com.virtuslab.iat.examples/BlueGreen.scala https://github.com/VirtusLab/infrastructure-as-types/blob/feature-blue-green-poc/skuber/src/main/scala/com.virtuslab.iat.skuber/syntax.scala#L56

Related to #13

pawelprazak avatar Aug 06 '20 14:08 pawelprazak