python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can one namespace with compromised log4j versions deployed "infect" an entire Kubernetes cluster?
I am dealing with a fairly simple question.
Assume we have a Kubernetes cluster and several namespaces (say, default, monitoring, A, B, C). These namespaces are logically separated from one another vi...
tobias
Votes: 0
Answers: 1
Kubernetes Network Policy, allow communication within namespace
On an Azure AKS cluster with the Calico network policies plugin enabled, I want to:
by default block all incoming traffic.
allow all traffic within a namespace (from a pod in a namespace, to another ...
Wouter
Votes: 0
Answers: 3
Is it possible to allow egress traffic by hostname?
K8s network policies allow specifying CIDRs, but I'd like to specify DNS name.
On a high level I'd see it working the following way:
There's a whitelist of allowed hosts
k8s intercepts IP resolution ...

Pavel Voronin
Votes: 0
Answers: 2