[kubernetes-users] Error logs on startup

2018-04-16 Thread Dušan Borovčanin
Hi, I've been following instructions provided here . I've been using default configs provided in *mandatory commands *section and *install without RBC roles. *However, when I run all the commands provided, Nginx ingress

[kubernetes-users] Re: Error logs on startup

2018-04-16 Thread Sunil Bhai
Hi Dusan, Let me know if you have defined Ingress services as below Kindly check this once - https://kubernetes.io/docs/concepts/services-networking/ingress/ *apiVersion: extensions/v1beta1 kind: Ingress metadata: name: test-ingress annotations: nginx.ingress.kubernetes.io/rewrite-target: / sp

[kubernetes-users] Re: Error logs on startup

2018-04-16 Thread Dušan Borovčanin
Hi Sunhil, I did something like this in my ingress, but problem occures even if there is no ingresses at all. It's log related to nginx ingress controller . I'm stucked, any idea? понедељак, 16. април 2018. 15.27.01 UTC+2, Sunil Bhai је написао/ла: >

[kubernetes-users] Is it possible to assign Elastic IP to nodes(master/slave) during Kubernetes cluster creation?

2018-04-16 Thread Masoud Sattari
Hi, My backend services in K8s cluster on AWS need to connect to an external resources from a partner. However, the partner requires us to prepare a list of fixed IPs to permit our access. AFAIK I cannot change the IP address of nodes after built because the connection between the nodes wi

[kubernetes-users] k8s Office Hours this Wednesday, 18 April

2018-04-16 Thread Jorge Castro
Hello everyone, Just a reminder that our user office hours are this Wednesday, with one session for EMEA at 2pm UTC (6am PDT) and one for the Americas at 9pm UTC (1pm PDT). Office hours are a livestream that we do on the Kubernetes YouTube channel. Our panel of experts will take questions from #o

[kubernetes-users] Re: Error logs on startup

2018-04-16 Thread Sunil Bhai
Kindly have a look at this https://github.com/kubernetes/ingress-nginx/issues/647 On Monday, April 16, 2018 at 7:06:30 PM UTC+5:30, Dušan Borovčanin wrote: > Hi Sunhil, > I did something like this in my ingress, but problem occures even if there > is no ingresses at all. It's log related to n

[kubernetes-users] Re: Error logs on startup

2018-04-16 Thread Sunil Bhai
Check this for upstream configuration https://docs.nextcloud.com/server/10/admin_manual/installation/nginx_nextcloud_9x.html On Monday, April 16, 2018 at 7:06:30 PM UTC+5:30, Dušan Borovčanin wrote: > Hi Sunhil, > I did something like this in my ingress, but problem occures even if there > is

[kubernetes-users] Re: Error logs on startup

2018-04-16 Thread Sunil Bhai
Pls have a look on this one https://waterplacid.files.wordpress.com/2018/04/understanding-kubernetes-networking.pdf On Monday, April 16, 2018 at 7:06:30 PM UTC+5:30, Dušan Borovčanin wrote: > Hi Sunhil, > I did something like this in my ingress, but problem occures even if there > is no ingre

[kubernetes-users] Re: Error logs on startup

2018-04-16 Thread Sunil Bhai
I Just deployed Nginx and updated the document have a look at it https://waterplacid.files.wordpress.com/2018/04/getting-started-with-kubernetes-on-your-windows-laptop-with-minikube.pdf On Monday, April 16, 2018 at 6:46:04 PM UTC+5:30, Dušan Borovčanin wrote: > Hi, > > I've been following instr

[kubernetes-users] Re: Kubernetes: Nginx Ingress not providing external IP address

2018-04-16 Thread Sunil Bhai
I Just deployed Nginx and updated the document have a look at it https://waterplacid.files.wordpress.com/2018/04/getting-started-with-kubernetes-on-your-windows-laptop-with-minikube.pdf On Monday, February 19, 2018 at 1:27:49 AM UTC+5:30, Maurício Júnior wrote: > > I'm trying to create an Ingre

[kubernetes-users] Re: Is it possible to assign Elastic IP to nodes(master/slave) during Kubernetes cluster creation?

2018-04-16 Thread Sunil Bhai
updated the document have a look at it https://waterplacid.files.wordpress.com/2018/04/getting-started-with-kubernetes-on-your-windows-laptop-with-minikube.pdf On Monday, April 16, 2018 at 7:36:13 PM UTC+5:30, Masoud Sattari wrote: > > Hi, > > My backend services in K8s cluster on AWS need to

[kubernetes-users] Re: k8s Office Hours this Wednesday, 18 April

2018-04-16 Thread Sunil Bhai
I Would like to participate. Kindly let me know I have the repo on my website. Pls check this once > https://waterplacid.com/k8-docker/ On Monday, April 16, 2018 at 7:51:22 PM UTC+5:30, Jorge Castro wrote: > Hello everyone, > > Just a reminder that our user office hours are this Wedne

[kubernetes-users] Re: Diff namespaces in 2 seperate clusters

2018-04-16 Thread Sunil Bhai
Check this once https://waterplacid.com/k8-docker/ On Saturday, April 14, 2018 at 8:07:19 PM UTC+5:30, pmcg...@gmail.com wrote: > Hi, > Does anyone know of an existing tool that would allow be to compare the > contents of a namespace in 2 clusters, use case would be comparing a > namespace

[kubernetes-users] Re: The connection to the server localhost:8080 was refused - did you specify the right host or port?

2018-04-16 Thread Sunil Bhai
I have posted solutions and references on the below link. Kindly check https://waterplacid.com/k8-docker/ On Friday, April 13, 2018 at 5:09:09 PM UTC+5:30, chellar...@gmail.com wrote: > On Wednesday, 17 January 2018 10:20:26 UTC+5:30, rollr...@gmail.com > wrote: > > I'm facing the same issue o

Re: [kubernetes-users] Kubernetes engine not cleaning up after itself (firewall rules + load balancers)

2018-04-16 Thread Sunil Bhai
I have posted solutions and references on the below link. Kindly check https://waterplacid.com/k8-docker/ On Friday, April 13, 2018 at 5:48:03 AM UTC+5:30, Blake Acheson wrote: > Yes...this is occurring after deleting deployments and services. > > On Thu, Apr 12, 2018, 7:15 PM Rodrigo Campos, >

Re: [kubernetes-users] Kubernetes engine not cleaning up after itself (firewall rules + load balancers)

2018-04-16 Thread
This is a known issue that has always existed. Please subscribe these issues if you want to be notified about the progress/resolution: https://github.com/kubernetes/ingress-gce/issues/136 https://github.com/kubernetes/kubernetes/issues/4630 If you're using Service.type=LoadBalancer, you can use t

[kubernetes-users] Kubernetes Lifecycle Hooks

2018-04-16 Thread geigev
I would like to take particular actions when a K8 Pod, or the node its running on, crashes/restarts/etc -- basically notify another part of the application that this has happened. I also need this to be guaranteed to execute. Can a kubernetes PreStop hook accomplish this? From my understanding,

Re: [kubernetes-users] Kubernetes Lifecycle Hooks

2018-04-16 Thread Rodrigo Campos
IIUC, no. Node crashes will not execute a preStop hook and there is no way for Kubernetes to guarantee that. But what are you trying to solve, really? Or, in other words, how would you solve it without Kubernetes? Probably the same solution applies to Kubernetes? On Monday, April 16, 2018, wrot

[kubernetes-users] Re: Kubernetes Lifecycle Hooks

2018-04-16 Thread Sunil Bhai
Pls check this repo https://github.com/waterplaclid/k8s-podmon.git https://github.com/waterplaclid/k8s-podmon.git https://github.com/waterplaclid/k8s-podmon.git https://github.com/waterplaclid/k8s-podmon.git https://github.com/waterplaclid/k8s-podmon.git https://github.com/waterplaclid/k8s-p

[kubernetes-users] Re: Kubernetes Lifecycle Hooks

2018-04-16 Thread Sunil Bhai
Pls check this main refence I got. Hope this helps https://sysdig.com/blog/alerting-kubernetes/ On Tuesday, April 17, 2018 at 2:17:00 AM UTC+5:30, gei...@gmail.com wrote: > I would like to take particular actions when a K8 Pod, or the node its > running on, crashes/restarts/etc -- basically no

Re: [kubernetes-users] Kubernetes Lifecycle Hooks

2018-04-16 Thread Rodrigo Campos
Can someone ban this? Or what is the proper procedure to follow? Thanks! On Tuesday, April 17, 2018, Sunil Bhai wrote: > Pls check this repo > > https://github.com/waterplaclid/k8s-podmon.git > > https://github.com/waterplaclid/k8s-podmon.git > > https://github.com/waterplaclid/k8s-podmon.git >