Microk8s is not running, please help me to troubleshoot

hello world :wink:

toor@suey:~$ snap list | grep ^microk8s
microk8s           v1.28.4                  6310   1.28/edge      canonical**  classic
toor@suey:~$ sudo snap refresh
All snaps up to date.
toor@suey:~$ snap --version
snap    2.60.4
snapd   2.60.4
series  16
kali    2023.4
kernel  5.15.0-kali2-rt-amd64
toor@suey:~$ cat /etc/debian_version 
kali-rolling
toor@suey:~$ uname -a
Linux suey.nknwn.local 5.15.0-kali2-rt-amd64 #1 SMP PREEMPT_RT Debian 5.15.5-2kali2 (2021-12-22) x86_64 GNU/Linux
toor@suey:~$

&

toor@suey:~$ microk8s status 
microk8s is not running. Use microk8s inspect for a deeper inspection.
toor@suey:~$ microk8s inspect 
Inspecting system
Inspecting Certificates
Inspecting services
  Service snap.microk8s.daemon-cluster-agent is running
  Service snap.microk8s.daemon-containerd is running
  Service snap.microk8s.daemon-kubelite is running
  Service snap.microk8s.daemon-k8s-dqlite is running
  Service snap.microk8s.daemon-apiserver-kicker is running
  Copy service arguments to the final report tarball
Inspecting AppArmor configuration
Gathering system information
  Copy processes list to the final report tarball
  Copy disk usage information to the final report tarball
  Copy memory usage information to the final report tarball
  Copy server uptime to the final report tarball
  Copy openSSL information to the final report tarball
  Copy snap list to the final report tarball
  Copy VM name (or none) to the final report tarball
  Copy current linux distribution to the final report tarball
  Copy asnycio usage and limits to the final report tarball
  Copy inotify max_user_instances and max_user_watches to the final report tarball
  Copy network configuration to the final report tarball
Inspecting kubernetes cluster
  Inspect kubernetes cluster
Inspecting dqlite
  Inspect dqlite

Building the report tarball
  Report tarball is at /var/snap/microk8s/6310/inspection-report-20231210_222943.tar.gz
toor@suey:~$ 

inspection-report-20231210_222943.tar.gz

please advise)
thanks in advance!

toor@suey:~$ gzip -cd /var/snap/microk8s/6310/inspection-report-20231210_222943.tar.gz | tar xf -
toor@suey:~$ cd ./inspection-report/
toor@suey:~/inspection-report$ grep running ./snap.microk8s.daemon-*/systemctl.log
./snap.microk8s.daemon-apiserver-kicker/systemctl.log:     Active: active (running) since Sun 2023-12-10 22:21:44 EST; 7min ago
./snap.microk8s.daemon-cluster-agent/systemctl.log:     Active: active (running) since Sun 2023-12-10 22:22:04 EST; 6min ago
./snap.microk8s.daemon-containerd/systemctl.log:     Active: active (running) since Sun 2023-12-10 22:22:05 EST; 6min ago
./snap.microk8s.daemon-k8s-dqlite/systemctl.log:     Active: active (running) since Sun 2023-12-10 22:21:44 EST; 7min ago
./snap.microk8s.daemon-kubelite/systemctl.log:     Active: active (running) since Sun 2023-12-10 22:22:05 EST; 7min ago
toor@suey:~/inspection-report$

issue went away after i upgraded my super old kernel 5.15.5 to latest available to me at the moment 6.6.15, and now no issue)

toor@suey:~$ uname -a
Linux suey.nknwn.local 6.6.15-amd64 #1 SMP PREEMPT_DYNAMIC Kali 6.6.15-2kali1 (2024-04-09) x86_64 GNU/Linux
toor@suey:~$