Re: [kubernetes-users] What is kubernetes containers, nodes, services, and apps?

2018-02-22 Thread Du Jun
Cool, that's a wonderful resource. 2018-02-23 5:08 GMT+08:00 'Tim Hockin' via Kubernetes user discussion and Q : > Some of the older presentations I have done were really introductory. > They might be a bit stale, but those fundamentals have not changed > much.

Re: [kubernetes-users] What is kubernetes containers, nodes, services, and apps?

2018-02-22 Thread 'Tim Hockin' via Kubernetes user discussion and Q
Some of the older presentations I have done were really introductory. They might be a bit stale, but those fundamentals have not changed much. https://speakerdeck.com/thockin?page=2 On Sun, Feb 18, 2018 at 8:56 AM, wrote: > I'm trying to get my head around kubernetes. I've

Re: [kubernetes-users] GET request to Kube API returns two different results

2018-02-22 Thread Josh Harshman
Thanks Matthias, it was RBAC that was getting in the way. I created a new service account and clusterrolebinding and viola! Everything works now :) . Thanks for your help!! - Josh On Friday, February 16, 2018 at 12:34:25 AM UTC-8, Matthias Rampke wrote: > > What ACLs are in place? What are

Re: [kubernetes-users] What is kubernetes containers, nodes, services, and apps?

2018-02-22 Thread 'Ahmet Alp Balkan' via Kubernetes user discussion and Q
Some good learning resources: - learn Docker first - Kubernetes interactive tutorial - Free video course on Coursera, by Google: introduction to Kubernetes

[kubernetes-users] Enabling live-restore in GKE

2018-02-22 Thread liron
Hello, According to GKE release notes, the live-restore feature is going to be enabled by default: https://cloud.google.com/kubernetes-engine/release-notes Three features in Docker v1.13.1 are disabled by default in the COS m60 image, but are planned to be enabled in a later node image release:

[kubernetes-users] Re: kubernetes HA cluster and ELB certificate mismatch

2018-02-22 Thread achuthman
On Thursday, 22 February 2018 21:20:25 UTC+5:30, Achuth Sankar wrote: > I have created a HA cluster with 3 managers as per this documentation: > https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/ > > All steps where done, including the load balancer configuration. Since I have

[kubernetes-users] kubernetes HA cluster and ELB certificate mismatch

2018-02-22 Thread achuthman
I have created a HA cluster with 3 managers as per this documentation: https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/ All steps where done, including the load balancer configuration. Since I have deployed masters as 3 ec2 instances, I used ELB loadbalancers. And hence in

[kubernetes-users] Google kubernetes engine (Node Upgrade)

2018-02-22 Thread Montassar Dridi
I'm seeing this notification "Node version unsupported" at my Kubernetes Cluster My Current Kubernetes version of nodes is 1.7.8-gke.0 and Master version is 1.7.12-gke.1 Do I have to upgrade it immediately ? or how long do I have to wait until I do an upgrade ? I thought Kubernetes Engine