golang creating watcher/controller on kubernetes to attach a sidecar container to any pod/deployment that has pvc attachments

9/19/2019

I'm a go newbie and trying to get the above done . what is the simplest way to go about it ? What i'm looking for is:
1- A watcher for deployments
2- On update/delete/add deployment a sidecar will be attached (patch the deployment)
3- Something to control feedback from that sidecar.

Any reference would be helpful

-- akram kathimi
go
kubernetes

0 Answers