Use kubectl as stage-packages

Trying to use kubectl

    build-packages:
    - make
    - git
    stage-packages:
    - kubectl

It throws this error The package 'kubectl' was not found.

try using stage-snaps instead of stage-packages

confinement: strict

......

    stage-snaps:
    - kubectl

Now snap can build and install, but during run time application does not find kubectl in the path

kubectl is a classic snap, and my snap is in strict, would that be an issue ??

@sergiusens - I have the exact same requirement!

Can I specify kubectl stage-snap as a dependency for my strictly confined snap?