Kubernetes

A collection of 17 posts
Useful Kubernetes Tricks
Kubernetes Featured

Useful Kubernetes Tricks

Find which RoleBinding/ClusterRoleBinding is related to a ServiceAccount kubectl get clusterrolebindings -o json | jq -r ' .items[] | select( .subjects // [] | .[] | [.kind,.namespace,.name] == ["ServiceAccount","kube-system","node-controller"] ) | .metadata.name' kubectl get clusterrolebindings -o json | jq -r '.items[] | select(.subjects // [] | .[] | [.name] == [""] ) | .metadata.name' kubectl get rolebindings --all-namespaces -o
1 min read
Articles I Collected
Nginx

Articles I Collected

Articles * Analyzing .NET Core memory on Linux with LLDB [http://codeblog.dotsandbrackets.com/net-core-memory-linux/] * iptables Tips & Tricks [https://serverfault.com/questions/245711/iptables-tips-tricks] * Using nginx-ingress controller to restrict access by IP (ip whitelisting) for a service deployed to a Kubernetes (AKS) cluster [https://medium.com/@maninder.bindra/using-nginx-ingress-controller-to-restrict-access-by-ip-ip-whitelisting-for-a-service-deployed-to-bd5c86dc66d