Questions tagged [egress]
20 questions
0
votes
1 answer
how to include list of IPs while creating egress rule via gcloud?
I try to create an egress firewall rule to open specific destination IPs, here is what I do for only one destination-ranges:
gcloud compute firewall-rules create my_egress \
--network ${NETWORK_NAME} \
--action allow \
--rules all \
…

Ala Tarighati
- 3,507
- 5
- 17
- 34
0
votes
0 answers
Istio egress gateway not working properly
I wanted to setup and use istio egress gateway.
I followed this link https://preliminary.istio.io/latest/blog/2018/egress-tcp/ and made this manifest:
apiVersion: networking.istio.io/v1alpha3
kind: ServiceEntry
metadata:
name:…

nagyzekkyandras
- 31
- 5
0
votes
1 answer
Google Cloud Run Service connection timeout when trying to call Auth0 OpenID configuration endpoint
I created a backend service that connects to the Auth0 oauth2 endpoint. When testing all of this locally on localhost it works fine with the provided configurations. However as soon as I deploy the backend service to Google Cloud Run it fails to…

xetra11
- 7,671
- 14
- 84
- 159
-1
votes
1 answer
kubernetes - egress traffic - whats is the source IP for receiving ingress traffic (how to check) - Need to randomize
My Setup
GKE / EKS - Managed Kubernetes Cluster
As of now for Business requirements, it is k8s cluster with Public Endpoints
What it means is that I have a Public endpoint for API Server as well Nodes have an External Public IP Address
nginx…

Nagesh Jayaram
- 27
- 2
-1
votes
1 answer
Understanding GCP egress costs. Will implementing google cdn help to cut down the costs
I'm quite new to GCP and tried to set up a website on the GCP compute engine. I was aware of egress charges but never thought I will get so much fake traffic from China. I thought of blocking all the traffic from China. But I felt, it would not be…

Manoj
- 11
- 1