[kubernetes-users] kubeadm init hangs, kubelet gets connection refused on port 6443

2018-04-26 Thread Parav Pandit
I am trying to setup first master node using K8s 1.10 on RHEL 7.2. docker is running and no containers are running yet. etcd is not running either in the system. #kubeadm init command hangs. I confirmed that cgroup driver is same as that of Docker 17.06 = systemd. My system ip address is: 10.1

[kubernetes-users] Want (internal) name for service while running nginx ingress controller kubernetes

2018-04-26 Thread xwebb
Using kubeadm with a two-node cluster on VirtualBox Centos7 VMs. I have an app written in R and a mysql database each in their own pods. I've successfully followed instructions to setup nginx ingress controller so that the app can be reached outside the VMs, by my local machine. check :) Howeve

Re: [kubernetes-users] Best practices for subversion updates on prod environment with kubernetes cluster in daemon set configuration

2018-04-26 Thread Rodrigo Campos
Adding Kubernetes users again :) On Thursday, April 26, 2018, Rodrigo Campos wrote: > On Thursday, April 26, 2018, wrote: > >> >> Il 25/04/2018 01:27, Rodrigo Campos ha scritto: >> >>> I don't understand why can that happen if the code is in the container >>> image. Unless you change it while i

[kubernetes-users] Testing Strategy for Kubernetes and Istio

2018-04-26 Thread Samir Behara
I have been researching on tooling/libraries available to validate that Istio/K8s are functioning as expected. Can you please point me to some resources on Testing Strategies for K8s/Istio - Unit, Integration or E2E Testing? Any inputs will be appreciated. -- You received this message because