https://github.com/redpanda-data/partner-validation-public
https://github.com/redpanda-data/partner-validation-public
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redpanda-data/partner-validation-public
- Owner: redpanda-data
- License: mit
- Created: 2025-12-02T21:27:36.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-18T16:46:25.000Z (6 months ago)
- Last Synced: 2026-03-05T07:35:26.464Z (4 months ago)
- Language: Shell
- Size: 324 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Redpanda Partner Validation
This repository contains validation tests and certification materials for Redpanda's cloud platform partnerships.
## Overview
Redpanda is a streaming data platform for developers. This repository provides automated validation scripts and tests to verify Redpanda deployments across various cloud provider platforms.
## Service Provider Partners
- **Akamai/Linode** - Validation scripts for Redpanda on Linode Kubernetes Engine (LKE)
## Repository Structure
```
├── akamai-linode/ # Akamai/Linode validation scripts and tests
├── .gitignore # Security-focused gitignore for credentials
└── LICENSE # MIT License
```
## Quick Start
Each partner directory contains specific validation scripts and documentation:
```bash
cd akamai-linode/
# Follow the partner-specific README for setup and execution
```
## Requirements
- Cloud provider account with appropriate credentials
- Kubernetes cluster access
- Required CLI tools (kubectl, terraform, etc.)
## Security
This repository is designed to prevent accidental commits of sensitive data. The `.gitignore` file blocks:
- API keys and credentials
- Kubeconfig files
- Terraform state files
- SSL certificates and private keys
- Environment files
Always review your changes before committing to ensure no sensitive data is included.
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on contributing to this project.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Support
For issues or questions:
- Open an issue in this repository