Installer scripts to deploy all the JFrog unified platform into k8s via official JFrog helm charts.
Installing all our products via helm can be time consuming and at times frustrating for new users.
These scripts will show you the bare min options you need to get a working JFrog unified platform up on k8s.
These helm installer scripts support BYOL (bring your own license) JFrog platform installations.
If you don't have a license and want to evaluate our products, sign up for JFrog trial licenses here.
One Enterprise + license is required per node in our Artifactory HA cluster.
Once you receive your license keys via email save the base64 encoded strings into a text file $HOME/artifactory.cluster.license
delimited by two new lines as shown below:
ABCDEF23905jidjfda907589h34n5ljndljf8495u
djfoijfd89u3458923jdlsjfidsuy85u8j34jkdjf
jodju89jdfj
DIOJidfjle490uj0dfojldjllj50290jojfldjflj
J)(DJV)DJlj3l4j9jsm0fj90d8su045ju3p4jldjf
oopdkfokdkf
FAKEDONOTTRYTOUSETHESEASREALLICENSEUSETHE
TRIALLINKABOVEIFYOUNEEDLICENSEKEYSFROMJFR
OGTOEVALUATE
n : Kubernetes namespace to use
l : Local file with licenses to apply as kubernetes secret
./artifactoryhelminstall.sh -n artifactory -l $HOME/artifactory.cluster.license
./xrayhelminstall.sh -n artifactory
./distributionhelminstall.sh -n artifactory
./missioncontrolhelminstall.sh -n artifactory
It will deploy Artifactory, Xray, Distribution, and Mission Control into your k8s cluster.
The advance setup guide to secure Artifactory with TLS or deploy to JFrog Pipelines can be found here.