chaospuppy / irsa-demo

Repository created as a demonstration of how to set up a self-hosted OIDC configuration for use with the pod-identity-webhook to provide IRSA
5 stars 1 forks source link

Information around cert manager #2

Open likku123 opened 5 days ago

likku123 commented 5 days ago

Hi @chaospuppy Another naive question from my side.

Can you please let me know in your setup what are the purpose for these apps https://github.com/chaospuppy/irsa-demo/blob/main/k8s/apps/cert-manager/values.yaml https://github.com/chaospuppy/irsa-demo/tree/main/k8s/apps/cert-manager-resources

Thank you !

chaospuppy commented 2 days ago

Cert-manager is used to provide the pod-identity-webhook with a TLS certificate to serve that is trusted by the Kubernetes API.