Skip to content

kube internals

Zane edited this page Apr 8, 2024 · 1 revision

kubernetes internals

  • need to choose an ingress controller now

    • part of rCDS deploy cause having to manage it yourself is pain
  • don't need secrets besides image pulling secret (no config maps)

    • everything should be built into the container (flag, etc.)
    • repository should be private, so we should be fine doing this
  • each challenge has its own namespace

    • network policy shenanigans
  • namespaces: rcds-$CHAL or just $CHAL? (or annotations)

    • full thing: $NAMESPACE/deployment/$CHAL(-$POD)?
  • service names mirror pod names ($CHAL(-$POD)?.$NS.svc)

Clone this wiki locally