Trying to run container in microk8s
.
According to https://docs.docker.com/get-started/part3/ , after deploy the service.
microk8s.kubectl get services
shows:
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
bb-entrypoint NodePort 10.152.183.182 <none> 8080:30001/TCP 5m51s
kubernetes ClusterIP 10.152.183.1 <none> 443/TCP 35d
microbot-service NodePort 10.152.183.80 <none> 80:31223/TCP 19
But, I can't access the bb-entrypoint
service via any of following address:
localhost:30001
10.152.183.182:8080
The os is mint mate
based on (ubuntu
), and I have disabled ufw
.
Any idea?