Earlier quoted context omitted.
ElasticSearch or Redis seem like a good example of the challenges with that approach. Managing contracts is tedious and there's a substantial convenience factor for the difference between “click and it's running on your existing bill” and “go somewhere else, get setup with a license, take over O&M for your own servers”. If it's really critical, you'll do that but a company has to be really dependent on a piece of sof…
Jfrog is available on AWS marketplace, so at least they have the same convenience even if papa Jeff still takes a cut.
JFrog S-1
61–67 of 67 posts
Re: JFrog S-1
#62For those of you looking for an open source alternative to the otherwise fantastic Artifactory product, have a look at Pulp, a Red Hat project that has been rapidly maturing and gaining features over the past two years: https://pulpproject.org/
Does Pulp have proper support for Debian packages by now? Last I looked, it didn't supported signing repositories (and these days, it's basically impossible to get an unsigned repo into a Debian system).
Re: JFrog S-1
#63Three S-1's in one day, and the AirBNB prep last week. Is there just light shining, or are these companies worried about the future prospects of the IPO market?
In addition to what others have said, I think Amazon's Elastic Container Registry is a huge threat to JFrog's prospects. Perhaps they need to IPO now to gain access to the deep pools of capital they'll require to face down the threat from Amazon. Or maybe this is one of those IPOs like SendGrid that is fairly quickly followed by an acquisition.
Re: JFrog S-1
#64With Helm, there is no need for Artifactory. You get Harbor, Verdaccio, etc. It is silly to pay a company 100k+ when all this stuff is easily managed using official or far more powerful tools.
Helm has a much narrower use case. Artifactory can host a wide range of artifacts. For example Artifactory can host and proxy maven, NPM and similar programming language library repositories.
Re: JFrog S-1
#65Re: JFrog S-1
#66Earlier quoted context omitted.
What if I want to hook up my Maven builds to Artifactory, how does Helm help me?
There is a plugin for Helm to interface with Maven.
Can I upload my Maven binaries to Helm? Does Helm store them? If I have a jar or war, can Helm store them? Does Helm resolve Maven dependencies if I connect to it and run mvn clean install locally?
Re: JFrog S-1
#67Earlier quoted context omitted.
Helm has a much narrower use case. Artifactory can host a wide range of artifacts. For example Artifactory can host and proxy maven, NPM and similar programming language library repositories.
I mentioned Verdaccio which is for JavaScript. Helm can also do Maven, Harbor, Docker Registry, scalable Linux package management, etc.
But that's assuming you use Kubernetes.
Helm is not a replacement for Artifactory, I don't know what you're going on about. They have a bit of overlap but the main use case of Artifactory is as a binary artifact repository for any environment, including non-Kubernetes ones. And there are a lot of non-Kubernetes environments out there. I'd argue that Kubernetes environments are a drop in the ocean compared to everything else.