Author: kmerkuri

Uncategorized

Webhook to automatically check if the env specified on the deployment to be applied have their configmaps or secrets already in the cluster

This utilises k8s MutatingWebhookConfiguration which listens or create or update operations on deployments and statefulsets and sends the information to be checked via webhook to the flask application to check if the dependecies are met. Get the repository : Deploy cert-manager using helm helm install \ cert-manager jetstack/cert-manager \ –namespace cert-manager \ –create-namespace \ –version […]

kmerkuri 
Uncategorized

Automate Jira Issue Creation for Expiring Certificates with Cert-manager

Hello, tech enthusiasts! Today, we’re going to explore an exciting integration between Cert-manager and Jira. This setup will automatically create Jira issues when a certificate is about to expire, ensuring that you’re always on top of your certificate management game. Let’s dive in! Prerequisites Deploy the Custom Controller That’s it! You’ve successfully integrated Cert-manager with […]

kmerkuri