# microk8s - Registry



# Registry Cleanup

```
microk8s disable registry
```

```
microk8s disable storage:destroy-storage
```

```
microk8s enable registry 
```

# Registry - Commands

[http://192.168.0.115:32000/v2/\_catalog](http://192.168.0.115:32000/v2/_catalog)

[http://192.168.178.100:32000/v2/\_catalog](http://192.168.178.100:32000/v2/_catalog)

```bash
kubectl get svc -n container-registry
```

```yaml
microk8s.enable ingress
```

# Delete more images by Name

```
microk8s ctr images rm $(microk8s ctr images ls | grep 'IMAGENAME')
```