Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

hhoover/jenkinetes

Repository files navigation

Jenkins on Kubernetes

Kubernetes manifests to deploy a Jenkins master on a Kubernetes cluster running on Amazon Web Services. This assumes CoreOS Tectonic, but should work on any "standard" Kubernetes cluster that doesn't have a ton of open source hackery/customization.

Components

  • jenkins-ns.yaml : creates a namespace for Jenkins
  • ebs-storageclass.yaml: creates a StorageClass for Elastic Block Storage
  • jenkins-service-account.yaml: creates a ServiceAccount that gives permission to Jenkins to run pods as build slaves
  • jenkins-master.yaml: creates a Jenkins master pod, PersistentVolumeClaim on EBS, and a Service so Jenkins is accessible from outside the cluster.
  • example-Jenkinsfile: An example Jenkinsfile for use in application repositories.

About

Kubernetes manifests to deploy a Jenkins master

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages