Difference between revisions of "Kubectl get networkpolicy"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} == See also == * {{Kubernetes networking}} Category:K8s")
 
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
kubectl get networkpolicy -n prod
 +
NAME                                    POD-SELECTOR              AGE
 +
prod.elasticsearch.allow-apis          app=elasticsearch-master  28h
 +
prod.elasticsearch.allow-node-traffic  app=elasticsearch-master  28h
 +
prod.elasticsearch.deny-all            app=elasticsearch-master  28h
  
  
 
== See also ==
 
== See also ==
 +
* {{kubectl get}}
 
* {{Kubernetes networking}}
 
* {{Kubernetes networking}}
  
 
[[Category:K8s]]
 
[[Category:K8s]]

Revision as of 16:32, 9 July 2022

kubectl get networkpolicy -n prod
NAME                                    POD-SELECTOR               AGE
prod.elasticsearch.allow-apis           app=elasticsearch-master   28h
prod.elasticsearch.allow-node-traffic   app=elasticsearch-master   28h
prod.elasticsearch.deny-all             app=elasticsearch-master   28h


See also

Advertising: