Reputation: 1631
I am going to create Kubernetes cluster from scratch with Rancher and I would like to have jfrog artifactory for my container images.
I am trying to understand what is the difference between the differnet artifacoties types and which one I actually need:
Jfrog Artifactory - Package Type: Docker
Jfrog Artifactory - Package Type: Helm
Jfrog Artifactory - Package Type: General
Upvotes: 1
Views: 421
Reputation: 11045
I assume you mean the jfrog container registry flavor of Artifactory, which supports Docker, Helm registries and Generic repositories.
This is a single server that is intended for exactly what you need as a single source for your Kubernetes deployments: The container images (Docker), the Helm charts and any other generic files you might like to manage.
Yes. Your Artifactory is your Docker registry.
No need. A single Artifactory can be used for both.
I suggest you follow the documentation on this.
Upvotes: 1