apiVersion: k3d.io/v1alpha3 kind: Simple name: dev servers: 1 agents: 1 volumes: - volume: $PWD/resources/calico.yaml:/var/lib/rancher/k3s/server/manifests/calico.yaml - volume: $PWD/resources/nginx-controller.yaml:/var/lib/rancher/k3s/server/manifests/nginx-controller.yaml ports: - port: 8000:80 nodeFilters: - loadbalancer registries: # define how registries should be created or used create: # creates a default registry to be used with the cluster; same as `--registry-create registry.localhost` name: dev-registry host: "0.0.0.0" hostPort: "5000" options: k3s: extraArgs: - arg : --flannel-backend=none nodeFilters: - server:* - arg : --disable=traefik nodeFilters: - server:*