Hello,
We have deployed jupyterhub on kubernetes enviornment successfully.
However, we wanted to restrict the user to ssh into other hosts.
Is it possible to setup a network policy under singleuser in values.yaml?
Basically, We do not want any SSH access from user’s notebook.
Please let me know if you have any examples to set this up.
Thank you, I used the similar n/w policy but I didn’t work, On investigating further, I noticed that we have Flannel CNI which doesn’t enforce n/w policies. I’m going to setup either Calico or Cilium network policy-only on top of Flannel.