Code Monkey home page Code Monkey logo

ctfcli-deploy-kubernetes's People

Contributors

pl4nty avatar renovate[bot] avatar

Watchers

 avatar

ctfcli-deploy-kubernetes's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

pip_requirements
requirements.txt
  • hiyapyco ==0.5.4

  • Check this box to trigger a request for Renovate to run again on this repository

Network policies

kompose supports network policies with --generate-network-policies, but they'll need testing to make sure the first app is available. Outbound access is a difficult tradeoff too, maybe allowed by default with something in compose.yaml or CI-level to block?

Will also need a README update to mention CNI support

Healthchecks

ctfcli has an optional healthcheck field for a shell command. This could be applied to the first compose.yaml service. We have a few options:

  • Spawn a separate container like kCTF, eg CronJob. But how could we automatically restart unhealthy chals?
  • Execute in the chal container with native k8s exec healthcheck. But this requires bundled deps (shell, pwntools, etc) and risks leaking the solution in logs

I prefer the latter since dep management might end up easier. Alternative would be a static healtcheck image, or author having to define an additional image. Plus log leaking is problematic regardless for most chals (shared between teams), and wasn't an issue for PeCan 2023

Merge implementation

Currently --template uses a generic YAML merge, but turns out the spec defines merging and is implemented in kompose. We should migrate to it if possible

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.