Spaces:
Running
Running
Saibalaji Namburi
feat(k8s): deploy api to kind multinode cluster and verify with adversarial red-teaming simulator
5553f71 | kind: Cluster | |
| apiVersion: kind.x-k8s.io/v1alpha4 | |
| name: customercore | |
| nodes: | |
| - role: control-plane | |
| kubeadmConfigPatches: | |
| - | | |
| kind: InitConfiguration | |
| nodeRegistration: | |
| kubeletExtraArgs: | |
| node-labels: "ingress-ready=true" | |
| extraPortMappings: | |
| - containerPort: 30080 | |
| hostPort: 30080 | |
| protocol: TCP | |
| - containerPort: 30443 | |
| hostPort: 30443 | |
| protocol: TCP | |
| - role: worker | |
| - role: worker | |