Bronze 3
Since ‎07-11-2022
Online

My Stats

  • 8 Posts
  • 0 Solutions
  • 2 Likes given
  • 14 Likes received

Thales_Taranto's Bio

Badges eternity Earned

View all badges

Recent Activity

Hello, I have a lot of log entries with 502 status code and message backend_connection_closed_before_data_sent_to_clientI have set the timeout and connection draining timeout on LB to 60s.What do I need to provide additionally?
I am applying the SSL policy using `FrontendConfig` in helm k8s```apiVersion: networking.gke.io/v1beta1kind: FrontendConfigmetadata:name: test-previewspec:sslPolicy: {<!-- -->{ .Values.frontendConfig.sslPolicy }}```ingress.yaml```# Source: test/templates/ing...
I need to get images and environment variables from GKE cluster using python. I`ve already seen the python container library for gcp, but it seems like there is no such logic as I need https://github.com/googleapis/python-container, https://cloud.goo...