-
Notifications
You must be signed in to change notification settings - Fork 0
kube internals
Zane edited this page Apr 8, 2024
·
1 revision
-
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)