New to kubeseal; questions to further my understanding. #1521
Unanswered
IngwiePhoenix
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there!
I am currently putting together my k3s cluster and I am quite deep in the organization of deployments; creds for cert-manager and external-secrets (API tokens, most of the time) as well as some fundamentals like private keys used in some other tools. Now, I would love to switch to GitOps instead of having the whole repository just live off my NAS storage - both as a means of backup as well as a means of being able to share things with others - and thus I ended up here.
I just read theough the whole readme, but I feel a little overwhelmed; so, just to make sure I got the key details right, would you mind confirming?
CronJob
that perhaps usesrclone
to send the backup into my Proton Drive in addition to my NAS. If I ever lose the private key (as in, never took a backup of it), every singleSealedSecret
that I do not have in plain form anymore, is effectively a goner..gitignore
to exclude raw secrets (i.e.**.scr.yaml
) but leave the generatedSealedSecrets
in the repo, I should be fine posting them online?Thank you in advance, and apologies for the many questions! I have started to get the hang with k3s, but before putting any of my deployments online and implementing some CD (Fleet or something), I want to make sure I properly understood Kubeseal before accidentially leaking sensitive data.
Because, nobody likes roasted nuts. And even less, leaked creds. ;)
Kind regards,
Ingwie
Beta Was this translation helpful? Give feedback.
All reactions