mmumshad / kubernetes-the-hard-way

Bootstrap Kubernetes the hard way on Vagrant on Local Machine. No scripts.
Apache License 2.0
4.7k stars 4.54k forks source link

[Lecture Needed][CKA]How to create private repo in kubernetes #104

Closed manojb1 closed 2 years ago

manojb1 commented 4 years ago

Could you please involve lectures about creating private registry in kubernetes? This will be necessary to uploading the container images in centralised repository.

fireflycons commented 2 years ago

Hi @manojb1

Managing private registries is not in curriculum for CKA/CKAD exams so a lecture wouldn't be provided.

All the major cloud providers have managed registry offerings so you can follow their documentation to set one up. Alternatively you can deploy an artifact manager such as Artifactory, ProGet, Nexus etc. to have on-prem container registries.