{"id":13602056,"url":"https://github.com/ssbostan/jenkins-stack-kubernetes","last_synced_at":"2025-04-09T21:22:24.464Z","repository":{"id":38842718,"uuid":"382628387","full_name":"ssbostan/jenkins-stack-kubernetes","owner":"ssbostan","description":"Scripts and manifests to deploy complete Jenkins on Kubernetes","archived":false,"fork":false,"pushed_at":"2024-02-06T19:26:58.000Z","size":610,"stargazers_count":194,"open_issues_count":0,"forks_count":59,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-02T20:05:48.340Z","etag":null,"topics":["ansible","devops","docker","git","gitea","hacktoberfest","helm","jenkins","kubernetes","pulumi","registry","terraform"],"latest_commit_sha":null,"homepage":"https://devops-with-saeid.com","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ssbostan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-03T13:57:26.000Z","updated_at":"2025-02-23T18:06:48.000Z","dependencies_parsed_at":"2024-01-16T21:56:54.904Z","dependency_job_id":"a07e3b4b-eab5-4f73-bf07-b9eed9bfcebd","html_url":"https://github.com/ssbostan/jenkins-stack-kubernetes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssbostan%2Fjenkins-stack-kubernetes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssbostan%2Fjenkins-stack-kubernetes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssbostan%2Fjenkins-stack-kubernetes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssbostan%2Fjenkins-stack-kubernetes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ssbostan","download_url":"https://codeload.github.com/ssbostan/jenkins-stack-kubernetes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248112755,"owners_count":21049711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","devops","docker","git","gitea","hacktoberfest","helm","jenkins","kubernetes","pulumi","registry","terraform"],"created_at":"2024-08-01T18:01:13.007Z","updated_at":"2025-04-09T21:22:24.436Z","avatar_url":"https://github.com/ssbostan.png","language":"Shell","funding_links":[],"categories":["ansible"],"sub_categories":[],"readme":"# jenkins-stack-kubernetes\n\n[![GitHub stars](https://img.shields.io/github/stars/ssbostan/jenkins-stack-kubernetes)](https://github.com/ssbostan/jenkins-stack-kubernetes/stargazers)\n![LinkedIn Follow](https://shields.io/badge/style-ssbostan-black?logo=linkedin\u0026label=LinkedIn\u0026link=https://www.linkedin.com/in/ssbostan)\n\nStargaze ![GitHub Repo stars](https://img.shields.io/github/stars/ssbostan/jenkins-stack-kubernetes?style=social) if you find it useful.\n\nScripts and manifests to deploy Jenkins containers CI/CD stack on Kubernetes.\n\nThe [Docker-compose](https://github.com/ssbostan/jenkins-stack-docker) version is also available.\n\nCopyright 2021-2022 Saeid Bostandoust \u003cssbostan@linuxmail.org\u003e\n\n### This stack contains:\n\n - **Jenkins (with a complete set of tools and plugins).**\n - **Docker (on Kubernetes for building images and running Jenkins jobs).**\n - **Docker registry (as a image repository).**\n - **Gitea (as a version control system).**\n\n### Installed tools and plugins:\n\n  - Installed tools in Jenkins:\n    1. Git client (latest)\n    2. Docker client (latest)\n    3. Kubernetes client (latest)\n    4. Ansible (latest) + set of useful collections\n    5. Helm (latest)\n    6. Terraform (latest)\n    7. Pulumi (latest)\n    8. MAASTA (latest)\n    9. Tf2 (latest)\n  - Jenkins plugins:\n    1. [50 most useful Jenkins plugins](Dockerfile)\n  - Ansible collections:\n    1. [13 most useful Ansible collections](ansible.yaml)\n\n## How to deploy the stack:\n\nThe stack is tested on Kubernetes 1.20+, should works on earlier versions.\n\n### Prerequisites:\n\n  1. Kubernetes should supports LoadBalancer service type.\n  2. Kubernetes should be configured to creating PVC dynamically.\n  3. OpenSSL to creating self-signed certificates.\n\n### Get started:\n\n```sh\n./deploy\n```\n\n![demo](https://raw.githubusercontent.com/ssbostan/jenkins-stack-kubernetes/master/demo.gif)\n\n## How to contribute:\n\nDon't hesitate! all contributions are welcomed.\n\n### TODO:\n\n  - [x] Update tools to the latest stable version\n  - [ ] SSL/TLS for Jenkins\n  - [ ] SSL/TLS for Gitea\n  - [ ] Expose Jenkins behind Ingress object\n  - [ ] Expose Docker registry behind Ingress object\n  - [ ] Expose Gitea behind Ingress object\n\n## Changelog:\n\n##### 01 Oct 2022:\n\n  1. Jenkins updated to the latest LTS version.\n  2. All tools updated to the latest stable version.\n  3. Tf2 `tf2project.io` was integrated.\n\n##### 15 May 2022:\n\n  1. Jenkins updated to the latest LTS version.\n  2. All tools updated to the latest stable version.\n  3. Some new Jenkins plugins installed, See [Dockerfile](Dockerfile).\n  4. Install Helm and Terraform via their package repositories.\n  5. Pulumi was added to the Jenkins environment.\n\n##### 08 Feb 2022:\n\n  1. Jenkins updated to the latest LTS version.\n  2. All tools updated to the latest stable version.\n  3. Some new Jenkins plugins installed, See [Dockerfile](Dockerfile).\n  4. MAASTA to integrates MAAS, Terraform and Ansible.\n\n##### 13 Oct 2021:\n\n  1. Jenkins updated to the latest LTS version.\n  2. All tools updated to the latest stable version.\n  3. Some new Jenkins plugins installed, See [Dockerfile](Dockerfile).\n  4. Several new Ansible collections were installed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssbostan%2Fjenkins-stack-kubernetes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fssbostan%2Fjenkins-stack-kubernetes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssbostan%2Fjenkins-stack-kubernetes/lists"}