简体   繁体   中英

Using self-signed SSL certificate for deployment images

I have private Docker registry which works over https with self-signed SSL certificate. I've installed this certificate on local machine and it's working fine (can push and pull).
Is it possible to configure Kubernetes to use this certificate for deployments (pull images from private registry)?

Kubernetes it self doesn't support this. you have to deploy certificate to all worker nodes. You can simplify the process using DaemonSet and hostPath volumes.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM