google / google/kctf

Add utility for sql in kctf

Open
#336 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
794
Forks
82
PR merge metrics
No merged PRs in 30d

Description

We could create Cloud SQL instances through kCTF - and even add support for M/S scaling (optional) like with https://toniflorithomar.medium.com/mysql-replication-master-slave-google-cloud-sql-google-cloud-computer-84ec0ad761c5

Downside of M/S scaling is that writes become slower as it scales.
Upside of M/S scaling is that read-heavy tasks become fast and scale automatically.

We could try to do just normal/non-scaled SQL support as a start, and look at replication as we see usage patterns for different CTF tasks.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.