An open API service indexing awesome lists of open source software.

https://github.com/swisscom/containerdays-2024-krm

Resources used for the ContainerDays 2024 Talk «Evolving GitOps: Harnessing Kubernetes Resource Model for 5G Core»
https://github.com/swisscom/containerdays-2024-krm

Last synced: 8 months ago
JSON representation

Resources used for the ContainerDays 2024 Talk «Evolving GitOps: Harnessing Kubernetes Resource Model for 5G Core»

Awesome Lists containing this project

README

          

# ContainerDays 2024 Talk «Evolving GitOps: Harnessing Kubernetes Resource Model for 5G Core»: Config Hydration Examples

## Authors

Please feel free to approach us with feedback and questions!

Alexander North
Ashan Senevirathne
Joel Studler

Contact us on slack:

-
-
-
-

## Prepare Demo Environment

### Kind with CRDs and local NetBox Operator instance

```bash
kind create cluster
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.14.8/config/manifests/metallb-native.yaml
pushd operator
make install
popd

pushd /tmp
git clone https://github.com/netbox-community/netbox-operator || echo "already exists"
pushd netbox-operator
make install
make create-kind
make deploy-kind
popd
popd
```

### Create the Prefix

This NetBox Prefix is required as an entrypoint for all our automation.

```bash
cat <