Installing Jenkins on Kubernetes for your CI and CD Pipelines sounds like a daunting task until you get to know that you can do that with Helm Charts.
The Helm Chart for Jenkins is available here.
Installing Jenkins on Kubernetes for your CI and CD Pipelines sounds like a daunting task until you get to know that you can do that with Helm Charts.
The Helm Chart for Jenkins is available here.
Install OpenLDAP Helm Chart.
You can use a values.yaml
that looks like this. Note that you do not need to have everything in this yaml. Having Domain
and AdminPassword
will be sufficient.
I am going to deploy everything in one Cluster since Kubernetes Clusters are expensive. Then I am going to move the LDAP into that cluster since it is not required to have it outside now.
Production Kubernetes with DevOps can get insanely complicated due to the many tools, many integrations and many uncertain areas associated with it.
I am going to take a stab at building one. I want to see what I can come up with within two weeks time. I am only going to visualize what I need to have today. The best way to do that for me is to create a few slides. I hope having these slides will help me remember the whole setup in the future.
IBM has done a very good job on their Ingress Documentation.
These are the annotations needed.
For HTTPS Redirection,
I am just going to add the links to these videos since I am still a bit paranoid about embedding someone else’s videos into my Blog.
Helm is a Package Manager for Kubernetes. Here‘s a good getting started tutorial on Helm Charts.
My Helm Chart Repo is exposed on https://welagedara.github.io/helm/.