- Streamlined README focused on quick start - Complete examples for all major use cases - Decision tree for choosing right pattern - Comprehensive troubleshooting guide
4.1 KiB
4.1 KiB
ManagedSecret Operator - Documentation Index
Quick navigation for the ManagedSecret Operator documentation and examples.
📖 Main Documentation
README.md - Start here!
- Installation guide
- Quick start
- Basic usage examples
- Troubleshooting
- Best practices
📚 Examples
examples/EXAMPLES-SUMMARY.md - Overview of all examples
- Use case descriptions
- Decision tree for choosing the right pattern
- Quick comparison table
Individual Examples
-
- Simple API key without rotation
- Perfect for: Third-party API keys, static service identifiers
-
example-2-registry-rotation-simple.yaml
- Container registry with basic rotation
- Perfect for: Docker Registry, Harbor, web servers with htpasswd
-
example-3-postgres-rotation-previous.yaml
- PostgreSQL with zero-downtime rotation
- Perfect for: PostgreSQL, any service needing old password to authenticate
-
example-4-minio-rotation-previous.yaml
- MinIO object storage with rotation
- Perfect for: MinIO, services not auto-reloading credentials
-
example-5-mysql-rotation-previous.yaml
- MySQL with multiple rotation strategies
- Perfect for: MySQL, MariaDB, MySQL-compatible databases
-
example-6-comprehensive-multi-service.yaml
- Complete application stack
- Perfect for: Understanding how different strategies work together
🎯 Quick Links by Use Case
I need to store a secret that never changes
I need to rotate credentials automatically
My service needs the old password to change passwords
→ Example 3: PostgreSQL
→ Example 4: MinIO
→ Example 5: MySQL
I have a complex multi-service application
🚀 Getting Started Path
- Read README.md - Installation & Quick Start
- Review examples/EXAMPLES-SUMMARY.md - Understand patterns
- Pick the example closest to your use case
- Adapt and deploy!
🔧 Common Tasks
Install the operator
→ README.md - Installation Steps
Create your first secret
Understand rotation
Troubleshoot issues
Set up for production
📦 Repository Structure
managedsecret-operator/
├── README.md # Main documentation
├── INDEX.md # This file
└── examples/
├── EXAMPLES-SUMMARY.md # Examples overview
├── example-1-no-rotation.yaml
├── example-2-registry-rotation-simple.yaml
├── example-3-postgres-rotation-previous.yaml
├── example-4-minio-rotation-previous.yaml
├── example-5-mysql-rotation-previous.yaml
└── example-6-comprehensive-multi-service.yaml
📞 Need Help?
- Check README.md - Troubleshooting
- Review the examples for similar use cases
- Contact your administrator for registry/Vault setup issues
Version: 1.0.7
Registry: registry.c5ai.ch/charts/managedsecret-operator