Re: [kubernetes-users] Network Policy to limit open connections per pod

2018-03-29 Thread 'Matthias Rampke' via Kubernetes user discussion and Q
Did you check what the tracked connections were? We had to massively reduce the timeouts on UDP tracking, but this got things under control well. Check whether your application may be doing one DNS request per transaction / outgoing request, this happens in many standard libraries unless you take

Re: [kubernetes-users] service with host network

2018-03-29 Thread 'Tim Hockin' via Kubernetes user discussion and Q
What networking features do you lose? On Thu, Mar 29, 2018, 8:59 AM wrote: > Hi > > I'd like to setup my pods to have two network, the first is the default > k8s network and the second one the host (node) network. > > The reason is that I need to bind to range of UDP ports,

[kubernetes-users] Re: kubernetes logging to splunk

2018-03-29 Thread Gidesh Pampingal
We are using GCP's log exports -> topic -> subscription and then Splunk's GCP add on to configure the subscriptions to get the log events. On Saturday, March 24, 2018 at 11:13:55 AM UTC, Oğuz Yarımtepe wrote: > > Hi, > > I have a new cluster with K8s 1.9.5 I will have tomcat based apps mainly >

[kubernetes-users] Kubernetes deployment

2018-03-29 Thread Gidesh Pampingal
Hi All, Maybe an extremely naive question, but would appreciate help . We are running our project on GKE cluster in GCP and have weekly deployments where we rollout our application which is a containerized Springboot Java app alongwith Nginx components thats caches static assets which are

[kubernetes-users] How to allow firewall for containers.

2018-03-29 Thread Immadi Ramalingeswararao
Hi , I have my jenkins slaves running on gke dynamically on port 5. If I don't allow 0.0.0.0 to use port 5 jobs are getting suspended and I need to allow those containers to access my nexus server which is running on port 8080 on a different instance but same network. In firewall I have

Re: [kubernetes-users] How to allow firewall for containers.

2018-03-29 Thread 'Tim Hockin' via Kubernetes user discussion and Q
The normal answer is 10.0.0.0/8, and if you need more 192.168.0.0/16 and 172.16.0.0/12 On Thu, Mar 29, 2018 at 1:33 AM Immadi Ramalingeswararao < immadi_ramalingeswara...@papajohns.com> wrote: > Hi , I have my jenkins slaves running on gke dynamically on port 5. If > I don't allow 0.0.0.0 to

[kubernetes-users] Load balancer drops backend while leaving frontend connected

2018-03-29 Thread Tyler Johnson
Is it possible that an HTTP load balancer (auto-configured as part of an Ingress) could occasionally drop backend connections while leaving the frontend connected? I'm running a websocket backend service (the backend-service timeout is high) and on very rare occasions I'll see the service pod

[kubernetes-users] Re: Understending Google Pricing plan

2018-03-29 Thread Łukasz Byjoś
If your backend will be idle for the most of the time consider using AppEngine Standard which can get to 0 instances when not used. W dniu piątek, 9 marca 2018 19:00:29 UTC+1 użytkownik uzytk...@gmail.com napisał: > > Sorry if this is very basic question but my background is not in web >

Re: [kubernetes-users] Can I launch Google Container Engine (GKE) in Private GCP network Subnet?

2018-03-29 Thread Vinita
Hi, I am trying to use private cluster. I am able to create private cluster but kubectl commands are not working. I am seeing connection time out error as below - kubectl run nginx --image=nginx --replicas=2error: failed to discover supported resources: Get https://104.154.200.217/api: dial

Re: [kubernetes-users] Access Kubernetes Dashboard ui from browser

2018-03-29 Thread Jordan Liggitt
https://github.com/kubernetes/dashboard/wiki/Accessing-Dashboard---1.7.X-and-above is a good overview of the options for accessing the dashboard On Tuesday, March 27, 2018 at 6:54:38 PM UTC-4, Rodrigo Campos wrote: > > > On Tuesday, March 27, 2018, jw wrote: > >> I am new

Re: [kubernetes-users] Load balancer drops backend while leaving frontend connected

2018-03-29 Thread 'Tim Hockin' via Kubernetes user discussion and Q
Which environment and which Ingress controller? On Thu, Mar 29, 2018 at 8:42 PM Tyler Johnson wrote: > Is it possible that an HTTP load balancer (auto-configured as part of an > Ingress) could occasionally drop backend connections while leaving the > frontend

[kubernetes-users] join group

2018-03-29 Thread itu...@139.com
hello: kubernetes-users@googlegroups.com itu...@139.com -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[kubernetes-users] service with host network

2018-03-29 Thread guy1976
Hi I'd like to setup my pods to have two network, the first is the default k8s network and the second one the host (node) network. The reason is that I need to bind to range of UDP ports, and also for performance cost I rather also to bind to physical port. I don't want to use the