Implement Tanzu on private networks with VyOS
With a virtual router (here VyOS ), and proper routing table, it is possible to implement VMware Tanzu on private networks without NSX-T.
With a virtual router (here VyOS ), and proper routing table, it is possible to implement VMware Tanzu on private networks without NSX-T.
If you want to use Kubernetes with SELinux and mount PersistentVolume, you have to make sure your mounted FS has labels.
You can do it with the mountOptions -o context="system_u:object_r:container_var_lib_t:s0" and if your driver doesn't support it, you can write an SELinux policy.