...
Kubernetes supports different network policies like Calico, Cilium. For this study we have used Calico https://docs.projectcalico.org/getting-started/kubernetes/helm
Nonrtric:
Install the nonrtric functions and Make sure the sidecar injection is enabled for nonrtric namespace,
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
kubectl label namespace nonrtric istio-injection=enabled --overwrite |