[kubernetes-users] kubernetes/redis:v1 Dockerfile

2018-02-13 Thread xnicks
Hello, I followed this tutorial: http://jeffmendoza.github.io/kubernetes/v1.1/examples/redis/README.html to build a redis cluster with sentinels. I would like to seee Dockerfile(s) for these container(s). Does anyone know where can I find it? I need to see how was build this image: image:

Re: [kubernetes-users] usage of config-maps in gke deployments

2018-02-13 Thread Ramu Immadi
I am using kubernetes 1.8 On 02-Feb-2018 12:51, "'Ahmet Alp Balkan' via Kubernetes user discussion and Q" wrote: > I can't reproduce your problem./ I see the KUBE_CONFIG_1 and _2 just fine > when I deploy this pod. > > I just created configmap: > > kubectl

Re: [kubernetes-users] usage of config-maps in gke deployments

2018-02-13 Thread Ramu Immadi
When I remove that "command" it worked fine. I used my own image which is have Java alpine image. Regards Ram On 02-Feb-2018 12:51, "'Ahmet Alp Balkan' via Kubernetes user discussion and Q" wrote: > I can't reproduce your problem./ I see the KUBE_CONFIG_1

[kubernetes-users] Are Secrets encrypted at rest in Google Kubernetes Engine?

2018-02-13 Thread Mark NS
Hi, Does anyone know if Secrets are encrypted at rest in GKE? If not, is that planned? Many thanks, Mark -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q" group.

[kubernetes-users] Fwd: [Scala.js] Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2018-02-13 Thread كاجو محمص
*موقع اليوتيوب الذي عرض فيديوهات جلسة استماع الكونجرس الأمريكي * * لمتابعة نشاطات غسل الأموال ونشاطات* *السعودي معن عبدالواحد الصانع* *مالك مستشفى وشركة سعد ومدارس سعد بالمنطقة الشرقية** بالسعودية * * ورئيس مجلس ادارة بنك اوال البحريني* *وتعليق محطة سي ان بي سي التلفزيونية* *مترجم

[kubernetes-users] How do containerPorts work?

2018-02-13 Thread adoyt
Hi, In my yaml file below, 8080 doesn't work because nginx is configured to listen on port 80. Also, doing a curl against the IP of POD works (curl http://podid:80). So what's the point of containerPorts? apiVersion: v1 kind: Pod metadata: name: hello-pod namespace: default spec:

[kubernetes-users] Re: Ingress user survey

2018-02-13 Thread 'Bowei Du' via Kubernetes user discussion and Q
[Sending one more time to make sure everyone gets a chance to fill out the survey.] As part of the effort of moving the Kubernetes Ingress API forward, we are interested in learning about the experience of the wider community with the existing Ingress API and Ingress providers. This survey

[kubernetes-users] NAT for outgoing traffic

2018-02-13 Thread gary
Hi, I've got an RDS Database running on AWS, and I want to access it from Kubernetes, running on GKE. My cluster is set up for auto-scaling. Is there a way I can set up NAT or similar to get a static IP address for outgoing traffic from my pods, so I can allow access through my AWS Security