kubernetes-networkpolicy Questions
2
Solved
I'm interested in using Kubernetes NetworkPolicy to control network policy. I want to know if the NetworkPolicy is blocking traffic so I can either fix the policies or fix/stop whatever is in viola...
Keli asked 19/12, 2017 at 23:20
5
Solved
I'm trying to restrict to my openvpn to allow accessing internal infrastructure and limit it only by 'develop' namespace, so I started with simple policy that denies all egress traffic and see no e...
Rhizomorphous asked 22/2, 2019 at 12:39
4
Solved
Init container with kubectl get pod command is used to get ready status of other pod.
After Egress NetworkPolicy was turned on init container can't access Kubernetes API: Unable to connect to the ...
Scrappy asked 30/4, 2018 at 14:46
5
Solved
I am trying to isolate my pods in namespace from other namespaces. I have tried to create a NetworkPolicy:
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: deny-from-other-name...
Affinity asked 5/7, 2020 at 16:24
3
I am trying to add a calico network policy to allow my namespace to talk to kube-system namespace. But in my k8s cluster kube-system has no labels attached to it, so I am not able to select pods in...
Schreck asked 12/6, 2019 at 13:28
2
I have an AKS cluster (Azure CNI) which I'm trying to implement NetworkPolicies on. I've created the network policy which is
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: my...
Thirion asked 23/12, 2020 at 12:50
4
I have a multi-tenant cluster, where multi-tenancy is achieved via namespaces. Every tenant has their own namespace. Pods from a tenant cannot talk to pods of other tenants. However, some pods in e...
Hendecagon asked 12/6, 2018 at 0:3
1
Is NetworkPolicy a stateful firewall?
For example, if I allow ingress from a certain IPs on certain ports, is the return traffic automatically allowed on ephemeral? Ditto for allowed egress.
How do...
Excellent asked 22/3, 2021 at 9:40
1
When enabling only egress network policies, all readiness and liveness checks fail after pods are restarted.
This is what I see when describing the pod:
Warning Unhealthy 115s (x7 over 2m55s) kubel...
Halfcocked asked 15/10, 2020 at 19:45
1
Hi Installed Kubernetes using kubeadm in centos
When i create the deployment using type Load Balancer in yaml file the External Ip is Pending for Kubernetes LB it is stuck in Pending state
NAME T...
Idiographic asked 1/10, 2019 at 10:21
1
Is there an easy way to enable Network Policies in single-node k8s cluster managed by Docker Desktop for Mac?
Nga asked 13/1, 2019 at 10:45
1
Solved
I'm writing the network policies of a Kubernetes cluster. How can I specify a single IP address that I want to authorize in my egress policy instead of authorizing a whole range of IP addresses ?
Whitleather asked 27/3, 2019 at 10:50
1
I am running Kubernetes 1.9.6 with Weave Net 2.4.0. I am trying to lock down access to the Kubernetes internal DNS server and a specific port on another host. I cannot seem to find the proper forma...
Flintshire asked 14/8, 2018 at 13:23
1
Solved
In the basic example of the documentation for declaring a network policy:
https://kubernetes.io/docs/concepts/services-networking/network-policies/#the-networkpolicy-resource
So this sets several ...
Domela asked 6/3, 2018 at 4:5
1
Solved
I am new to Kubernetes networking.
We have separated a Kubernetes cluster into a set of namespaces (e.g. namespace-a, namespace-b). Every namespace has a set of Kubernetes pods. Every pod has a se...
Vantage asked 20/2, 2018 at 21:51
1
© 2022 - 2024 — McMap. All rights reserved.