Jenkins X Platform

Helm umbrella repo containing the helm charts for the Jenkins-X platform on Kubernetes
Alternatives To Jenkins X Platform
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Helm24,949854a day ago303July 13, 2023568apache-2.0Go
The Kubernetes Package Manager
Lens21,516299 days ago21May 26, 2023960otherTypeScript
Lens - The way the world runs Kubernetes
Charts15,518
2 years ago1apache-2.0Go
⚠️(OBSOLETE) Curated applications for Kubernetes
Charts7,649
a day ago231otherSmarty
Bitnami Helm Charts
Autoscaler7,0827920 hours ago203June 20, 2023234apache-2.0Go
Autoscaling components for Kubernetes
Helm Charts4,188
13 hours ago189apache-2.0Mustache
Prometheus community Helm charts
Arkade3,74634 days ago31April 24, 202180mitGo
Open Source Marketplace For Developer Tools
Chartmuseum3,30235 days ago43June 14, 2023100apache-2.0Go
helm chart repository server
Awesome Apache Airflow3,060
a year ago2Shell
Curated list of resources about Apache Airflow
Kube Linter2,44123 days ago18May 11, 202380apache-2.0Go
KubeLinter is a static analysis tool that checks Kubernetes YAML files and Helm charts to ensure the applications represented in them adhere to best practices.
Alternatives To Jenkins X Platform
Select To Compare


Alternative Project Comparisons
Readme

Jenkins X Helm Charts

Jenkins X is an integrated CI / CD platform for any Kubernetes cluster or cloud. Simple installation of best of breed open source software for developing and running applications in the cloud.

What's included out of the box?

Jenkins Jenkins - Fully integrated CI / CD solution with opinionated yet customisable pipelines and environments
Sonatype Nexus 3 Nexus - Artifact repository (pluggable so we can switch with Artifactory)
Chartmuseum Chartmuseum - Helm Chart repository (Helm is the most popular Kubernetes package manager used to install and upgrade your applications)
Monocular Monocular - Web UI for searching and discovering Helm Charts

Easy to install addons to come.

Install

We use a CLI tool called jx to interact with Jenkins X. For installation jx delegates to Helm (Kubernetes Package manager) for install, upgrades and uninstall operations.

Grab the latest jx and choose the type of cluster you want to create.

Remote cluster install

The quickest way to get going is with Google Kubernetes Engine (GKE), other major cloud providers coming shortly.

Prerequisite you will need a Google Cloud Account with a Google Project setup, follow this link for a free trial along with $300 credit https://console.cloud.google.com/freetrial

jx create cluster gke

And follow the CLI wizard.

Local development

For local development we can install Jenkins X with minikube.

First install the Hyperkit driver https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#hyperkit-driver

git clone https://github.com/jenkins-x/cloud-environments && cd cloud-environments
jx create cluster minikube --local-cloud-environment=true

Accessing applications

You can list the external URLs used to access applications on your kubernetes cluster by running:

jx open

License

Apache License 2.0

Credentials

This repo is for test purposes, so default admin username and passwords are used:

Application Username Password
K8S Dashboard admin admin
Chartmuseum admin admin
Jenkins admin admin
Nexus admin admin123
Grafana admin admin
Popular Kubernetes Projects
Popular Chart Projects
Popular Virtualization Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Cloud Computing
Kubernetes
Makefile
Admin
Chart
Jenkins
Helm
Helm Charts