Installation of the spin k8s plugin would be the same as any other plugin:
$ spin plugin update
$ spin plugin install k8s
NOTE - there should be an optional field in spin k8s deploy (see #37 ) that allows existing Spin k8s users to opt into the pod-based deployment mechanism --spin-pods in case they are in their migration over from [the older spin k8s plugin](https://github.com/chrismatteson/spin-plugin-k8s. That means this plugin needs to support the functionality from the older spin k8s plugin, which should be an implementation detail in this install workflow.
Installation of the spin k8s plugin would be the same as any other plugin:
NOTE - there should be an optional field in
spin k8s deploy
(see #37 ) that allows existing Spin k8s users to opt into the pod-based deployment mechanism--spin-pods
in case they are in their migration over from [the older spin k8s plugin](https://github.com/chrismatteson/spin-plugin-k8s. That means this plugin needs to support the functionality from the older spin k8s plugin, which should be an implementation detail in this install workflow.