How can we connect KONNECT with Kuma? I want to know how do I get to use KONNECT and configure Kong, to protect applications deployed in a VPN and provide access only via the the provided portal? Essentially what I want to do is to understand how can we using a gateway protected via our data plane node, can use our application portal that is deployed in a different network than KONNECT? I only find examples of doing this against public websites and I seem to only find examples with the pet store example.
How can we connect KONNECT with Kuma? I want to know how do I get to use KONNECT and configure Kong, to protect applications deployed in a VPN and provide access only via the the provided portal? Essentially what I want to do is to understand how can we using a gateway protected via our data plane node, can use our application portal that is deployed in a different network than KONNECT? I only find examples of doing this against public websites and I seem to only find examples with the pet store example.
command not found: kumactl
helm install --create-namespace --namespace kuma-system kuma kuma/kuma
kubectl port-forward svc/kuma-control-plane -n kuma-system 5681:5681
but no kumactl
@@lesterisimoquantico RTFM, need to install binary first