Skip to content

dev4cloud/kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

High level getting started http://heidloff.net/article/kubernetes-helm-ibm-cloud

Helm as package manager https://github.com/kubernetes/helm

helm install --name my-jenkins -f jenkins-helm-config.yaml stable/jenkins helm delete --purge my-jenkins

How volumes working https://kubernetes.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/

Workarounds due to bluemix free account issues:

Access jenkins in the cluster: https://console.bluemix.net/docs/containers/cs_apps.html#cs_apps_public_nodeport Figure out public IP: bx cs workers mycluster

get internal port kubectl describe service my-jenkins-jenkins

access via :NodePort

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published