cert-manager / webhook-example

A cert-manager sample repository for creating an ACME DNS01 solver webhook
Apache License 2.0
102 stars 405 forks source link

Guidance on how to deploy webhook solver into a kubernetes cluster #26

Open mansona opened 3 years ago

mansona commented 3 years ago

I've been following along with https://github.com/cert-manager/webhook-example/issues/3 and trying my best to build a solver using this example as a starting point. I think I've done ok and based on what the tests are doing it seems to be working perfectly. I'm now just a little stuck on how exactly to make use of this solver in my actual kubernetes cluster 🤔

I figured because the solvers are Go libraries we will need to install them somehow, but I don't really have a clue how to proceed here. I'm going to go and look at some examples to try and divine how to get this in production but I thought I would open this issue to discuss adding some guidance to the readme or a partial example to the repo.

let me know what you think 😄

Exagone313 commented 1 year ago

@mansona Have you managed to solve this issue? I wonder if you need to build and maintain your own cert-manager Docker image, which would not be easy.

cornfeedhobo commented 10 months ago

@Exagone313 you have to maintain your own image, yes