Some learnings from the webinar I attended yesterday:
You can tell the DNS resolver to not traverse the search path if you explicitly put a full stop …
All containers that are part of a pod have the same network namespace, and (can) bind to all IPs in that namespace. Kubernetes does not offer any implicit filtering between pod network namespace and …
At work we use CoreDNS to forward queries to the VPC resolver, as we run most of our services in Kubernetes. What that means is that we are routing all DNS queries through a few machines, and we …
In some of our pods we use a temporary storage, to exchange data between the containers that belong to the same pod.
> k describe pod customersite
.......
Volumes:
...
sockets:
Type: …
While it is possible to craft a role using wildcards in the resource names, it will not work to restrict pod/exec permissions. Let’s test this:
Let’s start with some basic RBAC rules and …