Can I install amc(anbox) in k8s pod with snap(always inactive)

Hi, I want to install amc (anbox management client) in k8s pod

But, I have some problems

First, I install snapd in k8s pod

apt install snapd

Reading package lists… Done

Building dependency tree… Done

Reading state information… Done

snapd is already the newest version (2.49-1+deb11u1).

Second, I try to install amc but failed

snap install amc

error: cannot communicate with server: Post “http://localhost/v2/snaps/amc”: dial unix

/run/snapd.socket: connect: no such file or directory

So, I try to find caution about it snapd status always inactive(dead)

sudo systemctl status snapd snapd.service - Loaded: masked (None, masked) Active: inactive (dead)

sudo systemctl start snapd <- not working

How can I start snapd and change status active? and How can I install amc in k8s pod Is it possible ?