This directory contains the infrastructure configuration for nxthdr.
To sync the configuration files:
make sync-config
To sync and apply the configuration:
make apply
In core, we have a few aliases to make it easier to manage the infrastructure.
alias rpk="docker exec -ti redpanda rpk -X'brokers=2a06:de00:50:cafe:10::103'"
By default, Docker network bridges are not accessible from the outside world.
In Core, we simply accept any traffic from the DMZ network.
ip6tables -I DOCKER-USER -d 2a06:de00:50:cafe:100::/80 -j ACCEPT