An open API service indexing awesome lists of open source software.

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.

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"
```