Information
- Time: 2018/05/26
- Meetup: Cloud Native Taiwan User Group #5
Abstraction
This slides introduce a basic concept of how docker pulls images from docker hub and private registry first and then assumes a simple scenario which do the CI/CD for applications in the kubernetes cluster.
In that scenario, you will use a kubernetes pod to build your application into a docker image and push that to the private registry and then pull that image to run as another kubernetes Pod in kubernetes cluster.
The slides shows every problems you will meet, including how do you deploy your private registry, the network connectivity between the k8s Node/k8s Pod and private registry and a trusted SSL certificate.
In the last section, the author provides a simple solution for that scenario and use a simple graph to explain how to works.
Slides