Skip to content

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

Notifications You must be signed in to change notification settings

GlueOps/certs-backup-restore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Resources

Stars

Watchers

Forks

Packages