Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleinstall cilium
cilium install

After successful installation, we should see the pods:

Image Added


Check cilium status:

Code Block
languagebash
titlecilium status
cilium status

Image Added

Now we have network plugin enabled in k8s cluster, we can then apply network policy to NONRTRIC.

Deploy NONRTRIC

Code Block
languagebash
titledeploy nonrtric
kubectl apply -f https://raw.githubusercontent.com/yanhuanwang/k8s/master/statefulset/nosdnc.yml

...