Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 682 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 682 Bytes

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