Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Kubernetes Tutorial:

https://kubernetes.io/docs/tutorials/

...

https://www.tutorialspoint.com/kubernetes/index.htm


Safari Books and Video:

https://www.safaribooksonline.com/library/view/introduction-to-kubernetes/100000006A0441/


The Illustrated Children's Guide to Kubernetes

Widget Connector
urlhttps://www.youtube.com/watch?v=4ht22ReBjno


https://kubernetes.io/


Containers:

cheaper and faster to develop App

schedule the creation of docker's container

( # openstack to VM)

POD

container sharing the same IP@ , must use different port number ( http: 80, other can not use 80 again)

...