Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanalam2411/kubernetes
K8 Deep dive - Core Concepts, CRDs, Operators, Controllers, Openshift, kubebuilder, Coreos operator framework
https://github.com/tanalam2411/kubernetes
calico controller kubernetes microservice operators prometheus rbac
Last synced: 3 months ago
JSON representation
K8 Deep dive - Core Concepts, CRDs, Operators, Controllers, Openshift, kubebuilder, Coreos operator framework
- Host: GitHub
- URL: https://github.com/tanalam2411/kubernetes
- Owner: tanalam2411
- Created: 2018-11-29T03:11:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T20:52:43.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T18:02:55.724Z (8 months ago)
- Topics: calico, controller, kubernetes, microservice, operators, prometheus, rbac
- Language: HTML
- Homepage:
- Size: 98.2 MB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubernetes
**[Learn more on Wiki](https://github.com/tanalam2411/kubernetes/wiki)**
**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)**
1) [DENY all traffic to an application](https://github.com/tanalam2411/kubernetes/wiki/NPRC---DENY-all-traffic-to-an-application)
2) [LIMIT traffic to an application](https://github.com/tanalam2411/kubernetes/wiki/NPRC---LIMIT-traffic-to-an-application)
3) [ALLOW all traffic to an application](https://github.com/tanalam2411/kubernetes/wiki/NPRC---Allow-all-traffic-to-an-application)
4) [DENY all non whitelisted traffic to a namespace](https://github.com/tanalam2411/kubernetes/wiki/NPRC---Deny-all-non-whitelisted-traffic-to-a-namespace)
5) [DENY all traffic from other namespaces](https://github.com/tanalam2411/kubernetes/wiki/NPRC-Deny-traffic-from-other-namespaces)
6) [NPRC ALLOW traffic to an application from all namespaces](https://github.com/tanalam2411/kubernetes/wiki/NPRC-ALLOW-traffic-to-an-application-from-all-namespaces)
7) [ALLOW all traffic from a Namespace](https://github.com/tanalam2411/kubernetes/wiki/NPRC-ALLOW-all-traffic-from-a-Namespace)
______________________________________________________________________________________________
**Must Read**
1) [`Handling Client Requests Properly with Kubernetes`](https://freecontent.manning.com/handling-client-requests-properly-with-kubernetes/)
2) Google - kubernetes api constructs
_______________________________________________________________________________________________
Blogs1) [Resource Quotas](https://github.com/tanalam2411/kubernetes/wiki/Blog-Resource-Quotas)
2) [Service](https://github.com/tanalam2411/kubernetes/wiki/Blog-Service)