https://github.com/glueops/certs-backup-restore
This Python program simplifies Kubernetes TLS certificate management using Amazon S3 for backup and restore.
https://github.com/glueops/certs-backup-restore
allow-auto-merge glueops-platform
Last synced: about 2 months ago
JSON representation
This Python program simplifies Kubernetes TLS certificate management using Amazon S3 for backup and restore.
- Host: GitHub
- URL: https://github.com/glueops/certs-backup-restore
- Owner: GlueOps
- Created: 2023-12-18T14:28:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-05-23T22:06:02.000Z (2 months ago)
- Last Synced: 2026-05-23T23:21:35.175Z (2 months ago)
- Topics: allow-auto-merge, glueops-platform
- Language: Python
- Homepage:
- Size: 333 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Kubernetes TLS Secrets Backup and Restore
This Python program simplifies Kubernetes TLS certificate management using Amazon S3 for backup and restore.
### Usage
```bash
python main.py --backup
python main.py --restore
```
### Environment Variables
```bash
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"
```