...

Text file src/edge-infra.dev/config/pallets/sds/wireguard/testing/README.md

Documentation: edge-infra.dev/config/pallets/sds/wireguard/testing

     1# Testing Wireguard in Local Cluster
     2
     3This is a proof for the remote access solution and replicates the topology deployed to Edge.
     4
     51. Apply pallet: `lift apply config/pallets/sds/vpn/testing`
     62. Check each wireguard pod for handshakes: `k exec -ti -n vpn <pod-name> -- wg`
     73. Check can ping and reach from client a to client b: `k exec -ti -n vpn wireguard-client-a-596cf95658-frvmk -- ping 172.16.25.143`
     84. Reach metrics port on service 

View as plain text