Skip to content

nxthdr/infrastructure

Repository files navigation

Infrastructure

This directory contains the infrastructure configuration for nxthdr.

Usage

To sync the configuration files:

make sync-config

To sync and apply the configuration:

make apply

Manual Configuration

Aliases

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'"

Ip6tables

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