Configuring Networking, Logging & Monitoring in Qdrant Hybrid Cloud Configure network policies For security reasons, each database cluster is secured with network policies. By default, database pods only allow egress traffic between each and allow ingress traffic to ports 6333 (rest) and 6334 (grpc) from within the Kubernetes cluster. You can modify the default network policies in the Hybrid Cloud environment configuration: qdrant:networkPolicies:ingress:- from:- ipBlock:cidr:192.168.0.0/22- ...