mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #103] [Feature] 能否支持K8s的部署 #83
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PittyXu on GitHub (Sep 26, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/103
功能描述
该项目可以部署在K8s里,给该项目赋予ServerAccount权限这样可以将证书写到Secret里。
如SSH组一样,可以把泛域名的证书写到多个命名空间的Secret里。
动机
我们很多域名管理是在K8s Ingress上
替代方案
现在用的cert-manager
@usual2970 commented on GitHub (Oct 19, 2024):
已支持 v0.2.4,感谢 @fudiwei