google / kctf

kCTF is a Kubernetes-based infrastructure for CTF competitions. For documentation, see
https://google.github.io/kctf/
Apache License 2.0
665 stars 73 forks source link

Running kctf on a on-prem k8s cluster #342

Open skandix opened 3 years ago

skandix commented 3 years ago

Is it possible to run kctf on a local cluster k8s, I can only see how to do it with kind, which is not quite how i want it.

sroettger commented 3 years ago

Currently we only support GKE since we're using lots of GKE specific features like the load balancers, DNS setup etc. You could try setting up a cluster manually and installing the operator as done here: https://github.com/google/kctf/blob/v1/dist/bin/kctf-cluster#L426 But I'm not sure how much will work/break.

skandix commented 3 years ago

aha, will try to apply these and see if i can get it to run on an on-prem cluster. and just fix things as errors occur :)

apogiatzis commented 2 years ago

aha, will try to apply these and see if i can get it to run on an on-prem cluster. and just fix things as errors occur :)

I am also interested to learn the outcome of this approach if you have tried it :)