CRD's Controllers Operators
- https://github.com/kubernetes-sigs/kubebuilder
- https://github.com/operator-framework/operator-sdk
- https://github.com/alena1108/kubecon2018
- https://github.com/kubernetes-sigs/apiserver-builder-alpha
- https://github.com/kubernetes/sample-controller
- https://github.com/stgarf/minecraft-operator-go
- https://github.com/feloy/operator - https://medium.com/@feloy
- Book - https://www.oreilly.com/library/view/programming-kubernetes
- https://github.com/awslabs/aws-service-operator
- https://github.com/kubernetes-sigs/controller-tools
controller-tools Project is a set of go libraries for building Controllers.
- https://github.com/GoogleCloudPlatform/metacontroller
- https://github.com/kubernetes-csi/external-snapshotter
https://kubernetes.io/docs/concepts/storage/volume-snapshots/
- https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/
- Stefan Schimanski
- https://github.com/kubeless/kubeless
Kubernetes Native Serverless Framework
- https://github.com/aaronlevy/kube-controller-demo
- https://github.com/operator-framework/awesome-operators
- https://www.dropbox.com/s/b74i7jslhz1u7l0/2018-08-01-GopherConUK-Using%20and%20extending%20the%20Kubernetes%20API%20programmatically.pdf?dl=0
- https://github.com/openshift-talks/k8s-go
https://www.katacoda.com/mhausenblas/scenarios/k8s-go
- https://github.com/rook/rook/blob/master/cluster/examples/kubernetes/ceph/operator.yaml
- https://github.com/oracle/mysql-operator/tree/master/mysql-operator
- https://github.com/banzaicloud/kafka-operator
Network Policy Recipes (Calico)
Must Read
Handling Client Requests Properly with Kubernetes
- Google - kubernetes api constructs
Blogs