https://github.com/google/kctf
kCTF is a Kubernetes-based infrastructure for CTF competitions. For documentation, see
https://github.com/google/kctf
Last synced: 2 months ago
JSON representation
kCTF is a Kubernetes-based infrastructure for CTF competitions. For documentation, see
- Host: GitHub
- URL: https://github.com/google/kctf
- Owner: google
- License: apache-2.0
- Created: 2020-02-24T20:07:56.000Z (over 5 years ago)
- Default Branch: v1
- Last Pushed: 2025-03-21T16:52:24.000Z (2 months ago)
- Last Synced: 2025-03-21T16:54:19.883Z (2 months ago)
- Language: Go
- Homepage: https://google.github.io/kctf/
- Size: 1.55 MB
- Stars: 680
- Watchers: 20
- Forks: 71
- Open Issues: 79
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-ctf-resources - kCTF - Kubernetes-based infrastructure for CTF competitions. (Platforms)
- awesome-hacking-lists - google/kctf - kCTF is a Kubernetes-based infrastructure for CTF competitions. For documentation, see (Go)
README
# kCTF
[](https://github.com/google/kctf/actions?query=workflow%3A%22GKE+Deployment%22)kCTF is a Kubernetes-based infrastructure for CTF competitions.
## Prerequisites
* [gcloud](https://cloud.google.com/sdk/install)
* [docker](https://docs.docker.com/install/)## Getting Started / Documentation
For an introduction to what kCTF is and how it interacts with Kubernetes, see [kCTF in 8 Minutes](https://google.github.io/kctf/introduction.html).
Additional documentation resources are:
* **[Local Testing Walkthrough](https://google.github.io/kctf/local-testing.html) – A quick start guide showing you how to build and test challenges locally.**
* [Google Cloud Walkthrough](https://google.github.io/kctf/google-cloud.html) – Once you have everything up and running, try deploying to Google Cloud.
* [Troubleshooting](https://google.github.io/kctf/troubleshooting.html) – Help with fixing broken challenges.
* [Security Threat Model](https://google.github.io/kctf/security-threat-model.html) – Security considerations regarding kCTF including information on assets, risks, and potential attackers.