Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 422 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 422 Bytes

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"