-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Cory Schwartz
committed
Apr 16, 2020
1 parent
6c33f67
commit add11dc
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# IPFS Testground infrastructure | ||
|
||
This repo contains scripts for setting up a kubernetes cluster for [ipfs testground](https://testground.ipfs.team) | ||
|
||
Using the kubernetes cluster runner on IPFS testground enables you to test p2p workloads at high scaleu. Testing at high volume is a pivotal component of developing rock solid distributed software. Using the kuberentes runner, testground can test workloads with 10k+ instances. While this is magnitudes smaller than the interplanetary-scale IPFS network, testing at this level has enabled us to find issues that would have been undetectable on smaller tests. | ||
|
||
|
||
Our work is never finished. If you see anything we can do better, file an issue or open a PR! | ||
|
||
|
||
## Team | ||
|
||
The current Testground Team is composed of: | ||
|
||
- @raulk - Tech Lead, Lead Software Engineer | ||
- @nonsense - Software Engineer, Testground as a Service / Infrastructure Lead | ||
- @Robmat05 - [Technical Project Manager (TPM)](https://github.com/ipfs/team-mgmt/blob/master/TEAMS_ROLES_STRUCTURES.md#working-group-technical-project-manager-tpm) | ||
- @coryschwartz - Software Engineer | ||
- you! Yes, you can contribute as well, however, do understand that this is a brand new and fast moving project and so contributing might require extra time to onboard | ||
|
||
|
||
## License | ||
|
||
Dual-licensed: [MIT](./LICENSE-MIT), [Apache Software License v2](./LICENSE-APACHE), by way of the [Permissive License Stack](https://protocol.ai/blog/announcing-the-permissive-license-stack/). |