To install Microk8s on Ubuntu Core, you need to get the [[Strict confinement in Snap|strict]] version of Microk8s.
You can find the snap that has strict confinement by using the following command
```bash
snap info microk8s | grep strict
```
Then you can pick the latest stable candidate and install that
```bash
snap install microk8s --channel=1.29-strict/stable
```