Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Helm | 24,949 | 854 | a day ago | 303 | July 13, 2023 | 568 | apache-2.0 | Go | ||
The Kubernetes Package Manager | ||||||||||
Lens | 21,516 | 29 | 9 days ago | 21 | May 26, 2023 | 960 | other | TypeScript | ||
Lens - The way the world runs Kubernetes | ||||||||||
Charts | 15,518 | 2 years ago | 1 | apache-2.0 | Go | |||||
⚠️(OBSOLETE) Curated applications for Kubernetes | ||||||||||
Charts | 7,649 | a day ago | 231 | other | Smarty | |||||
Bitnami Helm Charts | ||||||||||
Autoscaler | 7,082 | 79 | 20 hours ago | 203 | June 20, 2023 | 234 | apache-2.0 | Go | ||
Autoscaling components for Kubernetes | ||||||||||
Helm Charts | 4,188 | 13 hours ago | 189 | apache-2.0 | Mustache | |||||
Prometheus community Helm charts | ||||||||||
Arkade | 3,746 | 3 | 4 days ago | 31 | April 24, 2021 | 80 | mit | Go | ||
Open Source Marketplace For Developer Tools | ||||||||||
Chartmuseum | 3,302 | 3 | 5 days ago | 43 | June 14, 2023 | 100 | apache-2.0 | Go | ||
helm chart repository server | ||||||||||
Awesome Apache Airflow | 3,060 | a year ago | 2 | Shell | ||||||
Curated list of resources about Apache Airflow | ||||||||||
Kube Linter | 2,441 | 2 | 3 days ago | 18 | May 11, 2023 | 80 | apache-2.0 | Go | ||
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. |
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 - Fully integrated CI / CD solution with opinionated yet customisable pipelines and environments |
![]() |
Nexus - Artifact repository (pluggable so we can switch with Artifactory) |
![]() |
Chartmuseum - Helm Chart repository (Helm is the most popular Kubernetes package manager used to install and upgrade your applications) |
![]() |
Monocular - Web UI for searching and discovering Helm Charts |
Easy to install addons to come.
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.
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.
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
You can list the external URLs used to access applications on your kubernetes cluster by running:
jx open
Apache License 2.0
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 |