Skip to content

GlueOps/certs-backup-restore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

321 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes TLS Secrets Backup and Restore

This Python program simplifies Kubernetes TLS certificate management using Amazon S3 for backup and restore.

Usage

python main.py --backup
python main.py --restore

Environment Variables

BUCKET_NAME    ="your-s3-bucket-name"
AWS_ACCESS_KEY ="your-aws-access-key"
AWS_SECRET_KEY ="your-aws-secret-key"
BUCKET_REGION  ="your-s3-bucket-region"

About

This Python program simplifies Kubernetes TLS certificate management using Amazon S3 for backup and restore.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors