EJBCA deployment in Kubernetes with production-like settings and persistent data using our open-source Helm chart.
A Helm chart is a higher-level abstraction that enables you to manage a group of related containers as a single unit. The EJBCA Helm chart can be leveraged by both Community and Enterprise users. It is a Helm chart that can get you started quickly and also support production-ready deployments.
This tutorial will show you how to use minikube and Helm to quickly start running EJBCA in Kubernetes. It will also show you how to install the EJBCA Helm and configure deployments by customizing the Helm chart configuration file. It will also demonstrate connecting a deployment to an external database, using the bitnami/mariadb Helm chart as an example.
Tools installed:
Please note the EJBCA Helm Repo has been moved, you need to skip the Helm add command in the video tutorial and instead do the
helm pull oci://repo.keyfactor.com/charts/ejbca-ce (or install/upgrade)
Check out the supplementary documentation that goes hand-in-hand with our tutorial video.
Get your hands on the EJBCA Helm chart from the Keyfactor Repository.
helm pull oci://repo.keyfactor.com/charts/ejbca-ce
Get your hands on the EJBCA Docker container by downloading it now.
You can watch the tutorial video on YouTube along with a few other videos here
You can ask your questions and learn from PKI specialists in the EJBCA forum on GitHub Discussions.