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] 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

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

2018-02-18 Thread Rodrigo Campos
Have you tried the doc on the kubernetes website? It aims to explain exactly that: https://kubernetes.io/docs/home/ But please don't hesitate to ask back whatever is not clear, or submit a PR :-) On Sunday, February 18, 2018, wrote: > I'm trying to get my head around