Git Product home page Git Product logo

Comments (6)

sirdarckcat avatar sirdarckcat commented on May 5, 2024

We probably could use a TCP Load Balancer and then put it behind IAP in GCP. https://cloud.google.com/iap/docs/using-tcp-forwarding

from kctf.

sirdarckcat avatar sirdarckcat commented on May 5, 2024

RBAC on the challenge I think could work too

from kctf.

sirdarckcat avatar sirdarckcat commented on May 5, 2024

Note: An internal TCP/UDP load balancer is not assigned a fully-qualified domain name (FQDN), and it is not possible to configure one using GKE. You can assign a static IP address to your internal TCP/UDP load balancer and assign that IP to a record in Cloud DNS, but Cloud DNS is not tightly integrated with GKE.

https://cloud.google.com/kubernetes-engine/docs/how-to/internal-load-balancing

from kctf.

sirdarckcat avatar sirdarckcat commented on May 5, 2024

Perhaps the most elegant solution is to create an external load balancer with only IAP ports https://cloud.google.com/kubernetes-engine/docs/how-to/service-parameters#lb_source_ranges and then ask IAP to connect to the IP address

https://cloud.google.com/iap/docs/using-tcp-forwarding has the ranges needed

from kctf.

sirdarckcat avatar sirdarckcat commented on May 5, 2024

the downside of this, is that we need to do it to a specific node and port.. in gctf this was complicated =/

from kctf.

sirdarckcat avatar sirdarckcat commented on May 5, 2024

nvm, this has to be done with RBAC, and this means we need to let users put tasks inside a namespace, and propagate credentials somehow.

we don't put tasks inside namespaces by default (I think it's still possible, but it's not done by default anymore)

from kctf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.