[kubernetes-users] HPA in Distinct Namespace for Custom Metrics

2018-05-07 Thread morrr089
I have added the haproxy_exporter and prometheus-to-sd containers as side-cars to my haproxy deployment in a non-default namespace. I am seeing the metric I want in Metrics Explorer as well and can graph over time/ under load. So, the data is getting out of the pod. I can also verify the metr

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

2018-05-07 Thread Vinita
Hello Tim, Thank for your reply. I tried to access mater from a VM in the same VPC network by adding it's internal IP to master authorized network but I could not access it. I was able to access it if I add external IP of the VM in authorized network. Is this expected behavior? Thanks, Vinita

[kubernetes-users] Unable to access internet from Pod in private GKE Cluster

2018-05-07 Thread evan
Hi there, I'm currently having an issue and unable to access any external service from my pods (which defeats the purpose.) I was wondering if anyone could help me figure out why because I had this working just fine before. Issue details available here: https://serverfault.com/questions/911144/

Re: [kubernetes-users] Best practice for running variants of k8s services?

2018-05-07 Thread
The community does not have (and won't for a while, if ever) a "preferred" model. It's very much organic exploration for now. Opinions proliferate and it's possible they will never converge. That's not a bad thing, IMO. On Mon, Apr 30, 2018 at 8:13 AM David Rosenstrauch wrote: > Thanks for th

Re: [kubernetes-users] Re: deployment not creating pod at all

2018-05-07 Thread vidhyashankar . it
On Monday, 7 May 2018 19:06:17 UTC+5:30, David Rosenstrauch wrote: > It looks like the pods died for some reason. Try a "kubectl describe > pod" and/or a "kubectl logs" on one of the 2 dead pods to see what happened. > > HTH, > > DR > > On 05/07/2018 09:28 AM, vidhyashankar...@gmail.com wrote

Re: [kubernetes-users] Re: deployment not creating pod at all

2018-05-07 Thread David Rosenstrauch
It looks like the pods died for some reason. Try a "kubectl describe pod" and/or a "kubectl logs" on one of the 2 dead pods to see what happened. HTH, DR On 05/07/2018 09:28 AM, vidhyashankar...@gmail.com wrote: On Tuesday, 16 May 2017 01:06:20 UTC+5:30, che...@gmail.com wrote: Dear Expert

[kubernetes-users] Re: deployment not creating pod at all

2018-05-07 Thread vidhyashankar . it
On Tuesday, 16 May 2017 01:06:20 UTC+5:30, che...@gmail.com wrote: > Dear Expert, > > I defined a deployment which got created by not bring up any pod at all with > following details. Any help is appreciated: > > # kubectl describe deployment symphony > Name: symphony > Namespac