ContainerImage.Pinniped/test
Ryan Richard 4cb0fd3949 Use a DaemonSet instead of a Deployment to deploy our app
- For high availability reasons, we would like our app to scale linearly
  with the size of the control plane. Using a DaemonSet allows us to run
  one pod on each node-role.kubernetes.io/master node.
- The hope is that the Service that we create should load balance
  between these pods appropriately.
2020-08-11 17:55:34 -07:00
..
integration Use a DaemonSet instead of a Deployment to deploy our app 2020-08-11 17:55:34 -07:00
library Use a DaemonSet instead of a Deployment to deploy our app 2020-08-11 17:55:34 -07:00
go.mod Add integration and more unit tests 2020-08-11 10:14:57 -07:00
go.sum Add integration and more unit tests 2020-08-11 10:14:57 -07:00