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 | ||
---|---|---|
|
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)
...